Skip to content

Commit b96ffe9

Browse files
Fix syntax for yamllint GitHub action version (#639)
1 parent f43db89 commit b96ffe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: 'Checkout'
1717
uses: actions/checkout@v6
1818
- name: 'Yamllint'
19-
uses: karancode/yamllint-github-action@@v2.1.1
19+
uses: karancode/yamllint-github-action@v2.1.1
2020
with:
2121
yamllint_file_or_dir: _data/collection-index.yml
2222
yamllint_strict: true

0 commit comments

Comments
 (0)