dev #1

Merged
nocci merged 51 commits from dev into main 2026-03-06 16:31:29 +01:00
Showing only changes of commit c5a12aede3 - Show all commits

View file

@ -30,19 +30,19 @@ jobs:
- name: Run ESLint
run: npm run lint
sonar:
needs: lint
runs-on: self-hosted
container:
image: node:20-alpine
steps:
- name: Manual Git Checkout and Prepare
run: |
apk add --no-cache git curl bash
git init
git remote add origin ${{ env.REPO_URL }}/${{ github.repository }}.git
git fetch --depth 1 origin ${{ github.ref }}
git checkout FETCH_HEAD
sonar:
needs: lint
runs-on: self-hosted
container:
image: node:20-alpine
steps:
- name: Manual Git Checkout and Prepare
run: |
apk add --no-cache git curl bash
git init
git remote add origin ${{ env.REPO_URL }}/${{ github.repository }}.git
git fetch --depth 1 origin ${{ github.ref }}
git checkout FETCH_HEAD
- name: Install Node.js and Sonar Scanner
run: |