File tree Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 44** /tests /fixtures /** /* .sh text crlf =input eol =lf
55/justfile text crlf =input eol =lf
66
7+ # have GitHub include fixture-making scripts when it counts code
8+ ** /tests /fixtures /** /* .sh linguist-vendored =false
9+
710# have GitHub treat the gix-packetline-blocking src copy as auto-generated
811gix-packetline-blocking /src / linguist-generated =true
Original file line number Diff line number Diff line change 1212 - ' **/run-ci/**'
1313 tags-ignore :
1414 - ' *'
15- paths :
16- - ' .github/**'
17- - ' ci/**'
18- - ' etc/**'
19- - ' src/**'
20- - ' tests/**'
21- - ' cargo-*/**'
22- - ' gix*/**'
23- - ' *.toml'
24- - Makefile
2515 pull_request :
2616 branches :
2717 - main
28- paths :
29- - ' .github/**'
30- - ' ci/**'
31- - ' etc/**'
32- - ' src/**'
33- - ' tests/**'
34- - ' cargo-*/**'
35- - ' gix*/**'
36- - ' *.toml'
37- - Makefile
3818 workflow_dispatch :
3919
4020jobs :
You can’t perform that action at this time.
0 commit comments