File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ permissions:
2020jobs :
2121 # Shell script linting
2222 shellcheck :
23- runs-on : ubuntu-24.04
23+ runs-on : ubuntu-24.04
2424 steps :
2525 - uses : actions/checkout@v6
2626 - name : Run ShellCheck
2727 run : shellcheck -s sh server/*.sh
2828
2929 # Run tests
3030 test :
31- runs-on : ubuntu-24.04
31+ runs-on : ubuntu-24.04
3232 needs : [shellcheck]
3333 defaults :
3434 run :
5050
5151 # Build the project and create release asset
5252 build :
53- runs-on : ubuntu-24.04
53+ runs-on : ubuntu-24.04
5454 needs : [test]
5555 strategy :
5656 matrix :
8383
8484 # Create git tag, GitHub release, and update README
8585 release :
86- runs-on : ubuntu-24.04
86+ runs-on : ubuntu-24.04
8787 needs : [build]
8888 steps :
8989 - uses : actions/checkout@v6
@@ -144,7 +144,7 @@ jobs:
144144
145145 # Deploy the build to GitHub Pages
146146 deploy :
147- runs-on : ubuntu-24.04
147+ runs-on : ubuntu-24.04
148148 needs : [release]
149149 steps :
150150 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments