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 Mar 13, 2024
1 parent c5881e7 commit e885e82
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [split_parser]
branches: [master]
paths:
- "scripts/*"
- "scripts.js"
- "common/*"
- "*/grammar.js"
- "*/src/**"
Expand All @@ -13,7 +13,7 @@ on:
- "binding.gyp"
pull_request:
paths:
- "scripts/*"
- "scripts.js"
- "common/*"
- "*/grammar.js"
- "*/src/**"
Expand Down Expand Up @@ -42,6 +42,8 @@ jobs:
uses: tree-sitter/parser-test-action@v1.2
- name: Rebuild with default extensions
run: npm run build
env:
EXTENSION_DEFAULT: 1
- name: Verify grammar consistency
run: git diff --exit-code -- */src/grammar.json
fuzz:
Expand Down

0 comments on commit e885e82

Please sign in to comment.