We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 696965e + a5e34af commit 7891815Copy full SHA for 7891815
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Check if queries are out of sync with nvim-treesitter
104
if: ${{ runner.os == 'Linux' }}
105
- uses: tj-actions/verify-changed-files@v13
+ uses: tj-actions/verify-changed-files@v17
106
id: verify-changed-files
107
with:
108
files: |
.github/workflows/sync.yml
@@ -27,7 +27,7 @@ jobs:
27
npm run format
28
29
- name: Check for changes
30
31
32
33
0 commit comments