Skip to content

Commit

Permalink
Create .yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
EricZimmerman authored Jan 30, 2021
1 parent 754ab33 commit bdaa484
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Yaml Lint
on: [push]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3

0 comments on commit bdaa484

Please sign in to comment.