Skip to content

Commit

Permalink
fix: Fix github workflow path error
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniscirpons committed Dec 26, 2024
1 parent af57594 commit caf1f4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
uses: tree-sitter/parse-action@v4
with:
files: |
examples/**/*.g*
examples/**/*.g
examples/**/*.gi
examples/**/*.gd
# invalid-files: |
# example-invalid-file.g No invalid files yet

0 comments on commit caf1f4d

Please sign in to comment.