We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run
1 parent 597de81 commit e6e54afCopy full SHA for e6e54af
.github/workflows/lint-on-push-pr.yml
@@ -13,6 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
- run: |
+ - run: |
17
pip install yamllint
18
yamllint . -c .yamllint-config.yaml
0 commit comments