File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: Ebuild Tests
2
2
3
3
on :
4
4
push :
5
+ branches :
6
+ - ' **'
7
+ tags-ignore :
8
+ - ' *.*'
5
9
paths-ignore :
6
10
- ' README.md'
7
11
- ' LICENSE'
43
47
binpkgs
44
48
45
49
# Run the ebuild tests
46
- - uses : hacking-gentoo/action-ebuild-test@master
50
+ - uses : hacking-gentoo/action-ebuild-test@next
47
51
env :
48
52
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
53
+ with :
54
+ auth_token : ${{ secrets.PR_TOKEN }}
55
+ deploy_key : ${{ secrets.DEPLOY_KEY }}
56
+ overlay_repo : MADhacking/overlay
Original file line number Diff line number Diff line change @@ -2,12 +2,14 @@ name: Shellcheck
2
2
3
3
on :
4
4
push :
5
+ branches :
6
+ - ' **'
7
+ tags-ignore :
8
+ - ' *.*'
5
9
paths-ignore :
6
10
- ' README.md'
7
11
- ' LICENSE'
8
12
- ' .github/**'
9
- # tags-ignore:
10
- # - '*.*'
11
13
12
14
jobs :
13
15
tests :
You can’t perform that action at this time.
0 commit comments