Add action for syntax checking

This commit is contained in:
Fabian Affolter
2020-05-24 23:48:15 +02:00
committed by GitHub
parent 76b9bfab24
commit 26bef8cb5b

18
.github/workflows/syntax-checking.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: syntax-checking
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Yamllint'
uses: karancode/yamllint-github-action@master
with:
yamllint_strict: false
yamllint_comment: true