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
22
33on :
44 push :
5+ branches :
6+ - ' **'
7+ tags-ignore :
8+ - ' *.*'
59 paths-ignore :
610 - ' README.md'
711 - ' LICENSE'
4347 binpkgs
4448
4549 # Run the ebuild tests
46- - uses : hacking-gentoo/action-ebuild-test@master
50+ - uses : hacking-gentoo/action-ebuild-test@next
4751 env :
4852 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
22
33on :
44 push :
5+ branches :
6+ - ' **'
7+ tags-ignore :
8+ - ' *.*'
59 paths-ignore :
610 - ' README.md'
711 - ' LICENSE'
812 - ' .github/**'
9- # tags-ignore:
10- # - '*.*'
1113
1214jobs :
1315 tests :
You can’t perform that action at this time.
0 commit comments