File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -126,9 +126,10 @@ jobs:
126
126
files : |
127
127
queries/*.scm
128
128
129
- - name : Test quries if out of sync with nvim-treesitter
130
- if : steps.verify-changed-files.outputs.files_changed == 'true'
131
- run : |
132
- echo "::warning Queries in ${{ steps.verify-changed-files.outputs.changed_files }} in this repo are out of sync with nvim-treesitter"
133
- git diff queries/
134
- npm run test
129
+ # TODO: uncomment when this works
130
+ # - name: Test quries if out of sync with nvim-treesitter
131
+ # if: steps.verify-changed-files.outputs.files_changed == 'true'
132
+ # run: |
133
+ # echo "::warning Queries in ${{ steps.verify-changed-files.outputs.changed_files }} in this repo are out of sync with nvim-treesitter"
134
+ # git diff queries/
135
+ # npm run test
You can’t perform that action at this time.
0 commit comments