Skip to content

Commit

Permalink
refactoring (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
floryn90 authored Sep 29, 2024
2 parents 07aabd3 + 720c387 commit 46bf80b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
runs-on: floryn90-runners

steps:
- name: Install curl & gpg
shell: bash
run: sudo apt update && sudo apt -y install curl gpg jq git && sudo apt clean

- name: Clean Workspace
uses: AutoModality/action-clean@v1
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
runs-on: floryn90-runners

steps:
- name: Install curl & gpg
shell: bash
run: sudo apt update && sudo apt -y install curl gpg jq git && sudo apt clean


- name: Clean Workspace
uses: AutoModality/action-clean@v1

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
runs-on: floryn90-runners
steps:

- name: Checkout
uses: actions/checkout@v4

- name: Install build essential
uses: ./.github/actions/install_deps

- name: Checkout
uses: actions/checkout@v4

- name: Analyze with SonarCloud

# You can pin the exact commit or the version.
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/version_bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
runs-on: floryn90-runners
steps:

- name: Install build essential
uses: ./.github/actions/install_deps

- name: Checkout
uses: actions/checkout@v4
with:
ref: master


- name: Install build essential
uses: ./.github/actions/install_deps

- name: Check latest release tag
id: hugo_tag
shell: bash
Expand Down

0 comments on commit 46bf80b

Please sign in to comment.