Skip to content

Commit 8b9d65d

Browse files
fix(git-action): cleanup
1 parent 29b46d0 commit 8b9d65d

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/beta.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
install:
1414
if: "!contains(github.event.head_commit.message, 'skip ci')"
1515
name: Install
16-
runs-on: ${{ matrix.os }}
17-
1816
strategy:
1917
matrix:
2018
os: [ubuntu-latest]
2119
node: [20]
2220

21+
runs-on: ${{ matrix.os }}
22+
2323
steps:
2424
- uses: actions/setup-node@v4
2525
with:
@@ -55,13 +55,13 @@ jobs:
5555
semantic-version:
5656
name: Semantic Release
5757
needs: install
58-
runs-on: ${{ matrix.os }}
59-
6058
strategy:
6159
matrix:
6260
os: [ubuntu-latest]
6361
node: [20]
6462

63+
runs-on: ${{ matrix.os }}
64+
6565
steps:
6666
- uses: actions/setup-node@v4
6767
with:
@@ -88,13 +88,13 @@ jobs:
8888
sonarcloud:
8989
name: SonarCloud
9090
needs: semantic-version
91-
runs-on: ${{ matrix.os }}
92-
9391
strategy:
9492
matrix:
9593
os: [ubuntu-latest]
9694
node: [20]
9795

96+
runs-on: ${{ matrix.os }}
97+
9898
steps:
9999
- uses: actions/checkout@v4
100100
with:

.github/workflows/feature.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
install:
1414
if: "!contains(github.event.head_commit.message, 'skip ci')"
1515
name: Install
16-
runs-on: ${{ matrix.os }}
17-
1816
strategy:
1917
matrix:
2018
os: [ubuntu-latest]
2119
node: [20]
2220

21+
runs-on: ${{ matrix.os }}
22+
2323
steps:
2424
- uses: actions/setup-node@v4
2525
with:
@@ -55,13 +55,13 @@ jobs:
5555
sonarcloud:
5656
name: SonarCloud
5757
needs: install
58-
runs-on: ${{ matrix.os }}
59-
6058
strategy:
6159
matrix:
6260
os: [ubuntu-latest]
6361
node: [20]
6462

63+
runs-on: ${{ matrix.os }}
64+
6565
steps:
6666
- uses: actions/checkout@v4
6767
with:

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
install:
1414
if: "!contains(github.event.head_commit.message, 'skip ci')"
1515
name: Install
16-
runs-on: ${{ matrix.os }}
17-
1816
strategy:
1917
matrix:
2018
os: [ubuntu-latest]
2119
node: [20]
2220

21+
runs-on: ${{ matrix.os }}
22+
2323
steps:
2424
- uses: actions/setup-node@v4
2525
with:
@@ -55,13 +55,13 @@ jobs:
5555
semantic-version:
5656
name: Semantic Release
5757
needs: install
58-
runs-on: ${{ matrix.os }}
59-
6058
strategy:
6159
matrix:
6260
os: [ubuntu-latest]
6361
node: [20]
6462

63+
runs-on: ${{ matrix.os }}
64+
6565
steps:
6666
- uses: actions/setup-node@v4
6767
with:
@@ -88,13 +88,13 @@ jobs:
8888
sonarcloud:
8989
name: SonarCloud
9090
needs: semantic-version
91-
runs-on: ${{ matrix.os }}
92-
9391
strategy:
9492
matrix:
9593
os: [ubuntu-latest]
9694
node: [20]
9795

96+
runs-on: ${{ matrix.os }}
97+
9898
steps:
9999
- uses: actions/checkout@v4
100100
with:

0 commit comments

Comments
 (0)