Removed misc step.
All checks were successful
Sonar / SonarQube (push) Successful in 51s

This commit is contained in:
Liviu Burcusel 2025-12-08 11:49:04 +01:00
parent 8bec1a6364
commit ae3b30e7af
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -15,14 +15,6 @@ jobs:
name: SonarQube
runs-on: ubuntu-latest
steps:
- name: Misc actions
run: |
echo "This is a placeholder for miscellaneous actions."
uname -a
id
whoami
lsb_release -a
- uses: actions/checkout@v4
with:
fetch-depth: 0