Skip to content

Commit

Permalink
ci: use upstream actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Feb 28, 2024
1 parent bf912df commit 592476d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-14]
steps:
- name: Set up repository
uses: tree-sitter-grammars/actions/setup@main
uses: tree-sitter/parser-setup[email protected]
with:
submodules: true
node-version: ${{vars.NODE_VERSION}}
- name: Run tests
uses: tree-sitter-grammars/actions/test@main
uses: tree-sitter/parser-test[email protected]
with:
test-library: ${{runner.os == 'Linux'}}
examples: examples/NeverSink-Filter/**/*.filter
corpus-files: examples/NeverSink-Filter/**/*.filter

0 comments on commit 592476d

Please sign in to comment.