Add action for syntax checking

patch-1
Fabian Affolter 2020-05-24 23:48:15 +02:00 committed by GitHub
parent 76b9bfab24
commit 26bef8cb5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

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