feat: add a GitHub action to lint the YAML files
Lint some YAML Add a `.yamllint` config file
This commit is contained in:
parent
32bf92c5c3
commit
ca6b11b425
12
.github/workflows/lint.yml
vendored
Normal file
12
.github/workflows/lint.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: ❄️ Lint
|
||||||
|
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
yamllint:
|
||||||
|
name: 🍺 YAML
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: 🧹 YAML Lint
|
||||||
|
uses: ibiqlik/action-yamllint@v3
|
Loading…
Reference in New Issue
Block a user