Skip to content

Commit 8c6c0b5

Browse files
fix indentation
1 parent 6335575 commit 8c6c0b5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ permissions:
2020
jobs:
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:
@@ -50,7 +50,7 @@ jobs:
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:
@@ -83,7 +83,7 @@ jobs:
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

0 commit comments

Comments
 (0)