Removing second yamllint action

This commit is contained in:
Filipe Spencer Lopes 2021-03-09 16:40:24 +01:00
parent 05a6dc1ccb
commit 8a31d0d1b4

View File

@ -1,17 +0,0 @@
name: 'Yamllint GitHub Actions'
on:
- push
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'