Skip to content

Commit ab6705b

Browse files
committed
ci: Use new workflows
1 parent d0e2f13 commit ab6705b

File tree

4 files changed

+26
-24
lines changed

4 files changed

+26
-24
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: 'Lint'
33
on:
44
push:
55
branches-ignore: ['*-no-ci']
6-
pull_request:
7-
branches-ignore: ['*-no-ci']
6+
tags-ignore: ['*']
87

98
permissions:
109
contents: 'read'
1110
pages: 'write'
1211
id-token: 'write'
1312

1413
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'

.github/workflows/site.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ name: 'Test'
33
on:
44
push:
55
branches-ignore: ['*-no-ci']
6-
pull_request:
7-
branches-ignore: ['*-no-ci']
6+
# pull_request:
7+
# branches-ignore: ['*-no-ci']
88

99
permissions:
1010
contents: 'read'
1111
pages: 'write'
1212
id-token: 'write'
1313

1414
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'

.github/workflows/website.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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'

0 commit comments

Comments
 (0)