Skip to content

Commit

Permalink
Use tree-sitter actions
Browse files Browse the repository at this point in the history
  • Loading branch information
calmyournerves committed Jul 5, 2024
1 parent a1b5330 commit 04a969f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tree-sitter
name: CI

on:
push:
Expand All @@ -16,9 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- name: Set up tree-sitter
uses: tree-sitter/setup-action/cli@v1
- name: Run tests
uses: tree-sitter/parser-test-action@v2
with:
node-version: 20
cache: 'npm'
- run: npm run dev-install
- run: npm test
test-rust: ${{runner.os == 'Linux'}}

0 comments on commit 04a969f

Please sign in to comment.