File tree Expand file tree Collapse file tree 3 files changed +0
-35
lines changed
Expand file tree Collapse file tree 3 files changed +0
-35
lines changed Original file line number Diff line number Diff line change 11name : Check Script Version
22
33on :
4- pull_request :
5- branches :
6- - main
7- paths :
8- - ' sync-ssh-keys.sh'
9- - ' users.conf'
10- - ' .github/workflows/check-version.yml'
114 workflow_call :
125
136jobs :
Original file line number Diff line number Diff line change 11name : Lint Shell Script
22
33on :
4- pull_request :
5- branches :
6- - main
7- paths :
8- - ' sync-ssh-keys.sh'
9- - ' users.conf'
10- - ' .github/workflows/lint.yml'
11- push :
12- branches :
13- - main
14- paths :
15- - ' sync-ssh-keys.sh'
16- - ' users.conf'
17- - ' .github/workflows/lint.yml'
184 workflow_call :
195
206jobs :
Original file line number Diff line number Diff line change @@ -4,20 +4,6 @@ name: Test SSH Key Sync
44# Unit tests avoid executing the main script to prevent unintended side effects
55
66on :
7- pull_request :
8- branches :
9- - main
10- paths :
11- - ' sync-ssh-keys.sh'
12- - ' users.conf'
13- - ' .github/workflows/test.yml'
14- push :
15- branches :
16- - main
17- paths :
18- - ' sync-ssh-keys.sh'
19- - ' users.conf'
20- - ' .github/workflows/test.yml'
217 workflow_call :
228
239jobs :
You can’t perform that action at this time.
0 commit comments