Skip to content

Commit 7bf2f4f

Browse files
authored
Merge pull request #1607 from EliahKagan/count-sh
Tell github-linguist to count fixture shell scripts
2 parents 15457c9 + d3c3237 commit 7bf2f4f

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
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
811
gix-packetline-blocking/src/ linguist-generated=true

.github/workflows/ci.yml

-20
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,9 @@ on:
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

4020
jobs:

0 commit comments

Comments
 (0)