File tree 2 files changed +3
-20
lines changed
2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 4
4
** /tests /fixtures /** /* .sh text crlf =input eol =lf
5
5
/justfile text crlf =input eol =lf
6
6
7
+ # have GitHub include fixture-making scripts when it counts code
8
+ ** /tests /fixtures /** /* .sh linguist-vendored =false
9
+
7
10
# have GitHub treat the gix-packetline-blocking src copy as auto-generated
8
11
gix-packetline-blocking /src / linguist-generated =true
Original file line number Diff line number Diff line change 12
12
- ' **/run-ci/**'
13
13
tags-ignore :
14
14
- ' *'
15
- paths :
16
- - ' .github/**'
17
- - ' ci/**'
18
- - ' etc/**'
19
- - ' src/**'
20
- - ' tests/**'
21
- - ' cargo-*/**'
22
- - ' gix*/**'
23
- - ' *.toml'
24
- - Makefile
25
15
pull_request :
26
16
branches :
27
17
- main
28
- paths :
29
- - ' .github/**'
30
- - ' ci/**'
31
- - ' etc/**'
32
- - ' src/**'
33
- - ' tests/**'
34
- - ' cargo-*/**'
35
- - ' gix*/**'
36
- - ' *.toml'
37
- - Makefile
38
18
workflow_dispatch :
39
19
40
20
jobs :
You can’t perform that action at this time.
0 commit comments