Skip to content

Commit

Permalink
ci: replace deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Sep 9, 2024
1 parent fdd2282 commit a3481e1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,18 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-14]
steps:
- name: Set up repository
uses: tree-sitter/[email protected]
with:
node-version: ${{vars.NODE_VERSION}}
- name: Checkout repository
uses: actions/checkout@v4
- name: Install tree-sitter CLI
uses: tree-sitter/setup-action/cli@v1
- name: Build with all extensions
run: npm run build
env:
ALL_EXTENSIONS: 1
- name: Run tests
uses: tree-sitter/[email protected]
uses: tree-sitter/parser-test-action@v2
with:
test-rust: true
- name: Rebuild with default extensions
run: npm run build
- name: Verify grammar consistency
Expand Down

0 comments on commit a3481e1

Please sign in to comment.