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 Apr 27, 2023
1 parent 04711f0 commit 896ec22
Showing 1 changed file with 19 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

0 comments on commit 896ec22

Please sign in to comment.