Testing other yamllint action

This commit is contained in:
Filipe Spencer Lopes 2021-03-09 15:23:15 +01:00
parent 26eeb8eb1e
commit 911004a924

17
.github/workflows/yamllint-compare.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: 'Yamllint GitHub Actions'
on:
- pull_request
jobs:
yamllint:
name: 'Yamllint'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@master
- name: 'Yamllint'
uses: karancode/yamllint-github-action@master
with:
yamllint_file_or_dir: '.'
yamllint_strict: false
yamllint_comment: false
yamllint_config_filepath: '.yamllint'