We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db7da9 commit 01165a4Copy full SHA for 01165a4
.github/workflows/lint-yaml.yml
@@ -8,5 +8,5 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
- - name: yaml-lint
12
- uses: ibiqlik/action-yamllint@v3
+ - name: Comprueba yaml
+ run: yq eval .github/workflows/*.yml
0 commit comments