From 8b9d65d48447e1d1171ff31bf4b4b7fb0ff78c40 Mon Sep 17 00:00:00 2001 From: StephanGerbeth Date: Mon, 16 Sep 2024 23:31:14 +0200 Subject: [PATCH] fix(git-action): cleanup --- .github/workflows/beta.yml | 12 ++++++------ .github/workflows/feature.yml | 8 ++++---- .github/workflows/main.yml | 12 ++++++------ 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index d55c1d5..98833e0 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -13,13 +13,13 @@ jobs: install: if: "!contains(github.event.head_commit.message, 'skip ci')" name: Install - runs-on: ${{ matrix.os }} - strategy: matrix: os: [ubuntu-latest] node: [20] + runs-on: ${{ matrix.os }} + steps: - uses: actions/setup-node@v4 with: @@ -55,13 +55,13 @@ jobs: semantic-version: name: Semantic Release needs: install - runs-on: ${{ matrix.os }} - strategy: matrix: os: [ubuntu-latest] node: [20] + runs-on: ${{ matrix.os }} + steps: - uses: actions/setup-node@v4 with: @@ -88,13 +88,13 @@ jobs: sonarcloud: name: SonarCloud needs: semantic-version - runs-on: ${{ matrix.os }} - strategy: matrix: os: [ubuntu-latest] node: [20] + runs-on: ${{ matrix.os }} + steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index fd43d05..fc3ddb2 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -13,13 +13,13 @@ jobs: install: if: "!contains(github.event.head_commit.message, 'skip ci')" name: Install - runs-on: ${{ matrix.os }} - strategy: matrix: os: [ubuntu-latest] node: [20] + runs-on: ${{ matrix.os }} + steps: - uses: actions/setup-node@v4 with: @@ -55,13 +55,13 @@ jobs: sonarcloud: name: SonarCloud needs: install - runs-on: ${{ matrix.os }} - strategy: matrix: os: [ubuntu-latest] node: [20] + runs-on: ${{ matrix.os }} + steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67f625c..beb9266 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,13 +13,13 @@ jobs: install: if: "!contains(github.event.head_commit.message, 'skip ci')" name: Install - runs-on: ${{ matrix.os }} - strategy: matrix: os: [ubuntu-latest] node: [20] + runs-on: ${{ matrix.os }} + steps: - uses: actions/setup-node@v4 with: @@ -55,13 +55,13 @@ jobs: semantic-version: name: Semantic Release needs: install - runs-on: ${{ matrix.os }} - strategy: matrix: os: [ubuntu-latest] node: [20] + runs-on: ${{ matrix.os }} + steps: - uses: actions/setup-node@v4 with: @@ -88,13 +88,13 @@ jobs: sonarcloud: name: SonarCloud needs: semantic-version - runs-on: ${{ matrix.os }} - strategy: matrix: os: [ubuntu-latest] node: [20] + runs-on: ${{ matrix.os }} + steps: - uses: actions/checkout@v4 with: