Skip to content

Commit

Permalink
yaml-lint.yml [V1]
Browse files Browse the repository at this point in the history
yaml-lint.yml [V1]
  • Loading branch information
seanpm2001 authored Mar 11, 2023
1 parent 45a51d1 commit eedb72c
Showing 1 changed file with 19 additions and 0 deletions.
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 eedb72c

Please sign in to comment.