mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-13 15:29:05 +01:00
Testing other yamllint action
This commit is contained in:
parent
26eeb8eb1e
commit
911004a924
17
.github/workflows/yamllint-compare.yml
vendored
Normal file
17
.github/workflows/yamllint-compare.yml
vendored
Normal 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'
|
Loading…
Reference in New Issue
Block a user