Update SonarQube workflow with miscellaneous actions
All checks were successful
Sonar / SonarQube (push) Successful in 51s
All checks were successful
Sonar / SonarQube (push) Successful in 51s
This commit is contained in:
parent
4668967ac3
commit
9b891ae66a
1 changed files with 7 additions and 0 deletions
7
.github/workflows/sonar.yml
vendored
7
.github/workflows/sonar.yml
vendored
|
|
@ -15,6 +15,13 @@ jobs:
|
|||
name: SonarQube
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Misc actions
|
||||
run: |
|
||||
echo "This is a placeholder for miscellaneous actions."
|
||||
uname -a
|
||||
id
|
||||
whoami
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue