File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (C) 2020-2026 Lin Song <linsongui@gmail.com>
3+ #
4+ # This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
5+ # Unported License: http://creativecommons.org/licenses/by-sa/3.0/
6+ #
7+ # Attribution required: please include my name in any derivative and let me
8+ # know how you have improved it!
9+
10+ name : test alpine
11+
12+ on :
13+ workflow_dispatch :
14+ push :
15+ branches : [master]
16+ paths :
17+ - ' .github/workflows/test-alpine.yml'
18+ - ' .github/workflows/shellcheck.yml'
19+ - ' .github/workflows/vpn_test.yml'
20+
21+ jobs :
22+ shellcheck :
23+ if : github.repository_owner == 'hwdsl2'
24+ uses : ./.github/workflows/shellcheck.yml
25+
26+ vpn_test :
27+ if : github.repository_owner == 'hwdsl2'
28+ uses : ./.github/workflows/vpn_test.yml
29+ with :
30+ os_type : alpine
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (C) 2020-2026 Lin Song <linsongui@gmail.com>
3+ #
4+ # This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
5+ # Unported License: http://creativecommons.org/licenses/by-sa/3.0/
6+ #
7+ # Attribution required: please include my name in any derivative and let me
8+ # know how you have improved it!
9+
10+ name : test debian
11+
12+ on :
13+ workflow_dispatch :
14+ push :
15+ branches : [master]
16+ paths :
17+ - ' .github/workflows/test-debian.yml'
18+ - ' .github/workflows/shellcheck.yml'
19+ - ' .github/workflows/vpn_test.yml'
20+
21+ jobs :
22+ shellcheck :
23+ if : github.repository_owner == 'hwdsl2'
24+ uses : ./.github/workflows/shellcheck.yml
25+
26+ vpn_test :
27+ if : github.repository_owner == 'hwdsl2'
28+ uses : ./.github/workflows/vpn_test.yml
29+ with :
30+ os_type : debian
You can’t perform that action at this time.
0 commit comments