File tree Expand file tree Collapse file tree 4 files changed +26
-24
lines changed Expand file tree Collapse file tree 4 files changed +26
-24
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ name: 'Lint'
33on :
44 push :
55 branches-ignore : ['*-no-ci']
6- pull_request :
7- branches-ignore : ['*-no-ci']
6+ tags-ignore : ['*']
87
98permissions :
109 contents : ' read'
1110 pages : ' write'
1211 id-token : ' write'
1312
1413jobs :
15- build :
16- uses : ' fox-land/hyperupcall-action/.github/workflows/lint.yml@cdde84c32fa05734584e9387c25656009bfc5fd1'
14+ bash :
15+ name : ' Bash'
16+ uses : ' fox-land/hyperupcall-action/.github/workflows/bash-lint.yml@main'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,14 +3,15 @@ name: 'Test'
33on :
44 push :
55 branches-ignore : ['*-no-ci']
6- pull_request :
7- branches-ignore : ['*-no-ci']
6+ # pull_request:
7+ # branches-ignore: ['*-no-ci']
88
99permissions :
1010 contents : ' read'
1111 pages : ' write'
1212 id-token : ' write'
1313
1414jobs :
15- build :
16- uses : ' fox-land/hyperupcall-action/.github/workflows/test.yml@cdde84c32fa05734584e9387c25656009bfc5fd1'
15+ bash :
16+ name : ' Bash'
17+ uses : ' fox-land/hyperupcall-action/.github/workflows/bash-test.yml@main'
Original file line number Diff line number Diff line change 1+ name : ' Website'
2+
3+ on :
4+ push :
5+ branches-ignore : ['*-no-ci']
6+ # pull_request:
7+ # branches-ignore: ['*-no-ci']
8+
9+ permissions :
10+ contents : ' read'
11+ pages : ' write'
12+ id-token : ' write'
13+
14+ jobs :
15+ build-and-deploy :
16+ name : ' Build And Deploy'
17+ uses : ' fox-land/hyperupcall-action/.github/workflows/website.yml@main'
You can’t perform that action at this time.
0 commit comments