Compare commits

...

2 commits

Author SHA1 Message Date
Bruno BELANYI a7f11d946b Add generated files attributes
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This is used by e.g: GitHub.
2023-08-29 21:54:01 +01:00
Bruno BELANYI 9806ad4267 Use 'backend' label in CI 2023-08-29 21:53:13 +01:00
2 changed files with 6 additions and 1 deletions

5
.gitattributes vendored Normal file
View file

@ -0,0 +1,5 @@
# Let the forge know about generated files
src/grammar.json linguist-generated=true
src/node-types.json linguist-generated=true
src/parser.c linguist-generated=true
src/tree_sitter/parser.h linguist-generated=true

View file

@ -1,5 +1,5 @@
labels:
type: exec
backend: local
pipeline:
- name: flake check