Skip to content

Commit

Permalink
2 sub-directories [3 files]
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 authored May 23, 2024
1 parent 0fca79d commit 8b364bd
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflowArchives/Linting/YAML/yaml-lint_V1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: YAML Lint

on:
push:
paths:
- '**.yml'

jobs:
lint:
name: Lint
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: ibiqlik/action-yamllint@v3.1
with:
config_file: .yamllint.yml
strict: false
19 changes: 19 additions & 0 deletions .github/workflowArchives/YAML/Lint/yaml-lint_V1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: YAML Lint

on:
push:
paths:
- '**.yml'

jobs:
lint:
name: Lint
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: ibiqlik/action-yamllint@v3.1
with:
config_file: .yamllint.yml
strict: false
19 changes: 19 additions & 0 deletions .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: YAML Lint

on:
push:
paths:
- '**.yml'

jobs:
lint:
name: Lint
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: ibiqlik/action-yamllint@v3.1
with:
config_file: .yamllint.yml
strict: false

0 comments on commit 8b364bd

Please sign in to comment.