mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 14:59:03 +01:00
Removing second yamllint action
This commit is contained in:
parent
05a6dc1ccb
commit
8a31d0d1b4
17
.github/workflows/yamllint-compare.yml
vendored
17
.github/workflows/yamllint-compare.yml
vendored
@ -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'
|
Loading…
Reference in New Issue
Block a user