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'
3
3
on :
4
4
push :
5
5
branches-ignore : ['*-no-ci']
6
- pull_request :
7
- branches-ignore : ['*-no-ci']
6
+ tags-ignore : ['*']
8
7
9
8
permissions :
10
9
contents : ' read'
11
10
pages : ' write'
12
11
id-token : ' write'
13
12
14
13
jobs :
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'
3
3
on :
4
4
push :
5
5
branches-ignore : ['*-no-ci']
6
- pull_request :
7
- branches-ignore : ['*-no-ci']
6
+ # pull_request:
7
+ # branches-ignore: ['*-no-ci']
8
8
9
9
permissions :
10
10
contents : ' read'
11
11
pages : ' write'
12
12
id-token : ' write'
13
13
14
14
jobs :
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