Skip to content

Commit 01165a4

Browse files
committed
#124 Cambia a un checker en vez de linter
1 parent 3db7da9 commit 01165a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-yaml.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- name: yaml-lint
12-
uses: ibiqlik/action-yamllint@v3
11+
- name: Comprueba yaml
12+
run: yq eval .github/workflows/*.yml

0 commit comments

Comments
 (0)