Update .gitea/workflows/sonarqube_scans.yml
Some checks failed
CI / build-test (push) Failing after 43s

This commit is contained in:
2026-03-08 02:52:29 +00:00
parent 82c3f7bb78
commit 154292530a

View File

@@ -2,13 +2,13 @@ name: CI
on: [push] on: [push]
permissions:
contents: write
jobs: jobs:
build-test: build-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
contents: write
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: echo "The ${{ github.repository }} repository has been cloned to the runner." - run: echo "The ${{ github.repository }} repository has been cloned to the runner."