mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-02-05 10:02:00 +01:00
Fixing incorrect extension of testwindowremoteagent entry
This commit is contained in:
parent
be18d9b26d
commit
52adf7084d
2
.github/workflows/yaml-linting.yml
vendored
2
.github/workflows/yaml-linting.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Check file extensions
|
- name: Check file extensions
|
||||||
run: if [[ $(find ./yml -type f -not -name "*.yml") ]]; then echo "Files with unexpected extension found, please ensure you use ".yml" (all lower case) for files in the yml/ folder."; exit 1; fi
|
run: if [[ $(find ./yml -type f -not -name "*.yml") ]]; then echo "Files with unexpected extension found, please ensure you use '.yml' (all lower case) for files in the yml/ folder."; exit 1; fi
|
||||||
- name: yaml-lint
|
- name: yaml-lint
|
||||||
uses: ibiqlik/action-yamllint@v3
|
uses: ibiqlik/action-yamllint@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user