Skip to content

Commit 86b507a

Browse files
ribru17amaanq
authored andcommitted
ci: regenerate fixtures upon changes to parser.h, alloc.h, array.h
This makes sense because the files are moved to `src/tree_sitter` upon generation
1 parent 1948283 commit 86b507a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/cache/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ runs:
1818
target/release/tree-sitter-*.wasm
1919
key: fixtures-${{ join(matrix.*, '_') }}-${{ hashFiles(
2020
'cli/generate/src/**',
21+
'lib/src/parser.h',
22+
'lib/src/array.h',
23+
'lib/src/alloc.h',
2124
'xtask/src/*',
2225
'test/fixtures/grammars/*/**/src/*.c',
2326
'.github/actions/cache/action.yml') }}

0 commit comments

Comments
 (0)