Skip to content

Commit

Permalink
Create yaml-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lindwen authored Nov 17, 2023
1 parent ce1a20c commit 1c360cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Yaml Lint
on: [push] # yamllint disable-line rule:truthy
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3

0 comments on commit 1c360cd

Please sign in to comment.