Skip to content

Commit

Permalink
yaml-lint_V1.yml
Browse files Browse the repository at this point in the history
yaml-lint_V1.yml
  • Loading branch information
seanpm2001 committed Mar 31, 2023
1 parent ac555d0 commit 37d7c1e
Showing 1 changed file with 19 additions and 0 deletions.
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/[email protected]
- uses: ibiqlik/[email protected]
with:
config_file: .yamllint.yml
strict: false

0 comments on commit 37d7c1e

Please sign in to comment.