Skip to content

Commit e6e54af

Browse files
committed
Separated run in yamllint job into own step
1 parent 597de81 commit e6e54af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-on-push-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
run: |
16+
- run: |
1717
pip install yamllint
1818
yamllint . -c .yamllint-config.yaml

0 commit comments

Comments
 (0)