This commit is contained in:
parent
32432d760c
commit
1d1391d0df
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@ jobs:
|
||||||
export PATH=$SONAR_SCANNER_HOME/bin:$PATH
|
export PATH=$SONAR_SCANNER_HOME/bin:$PATH
|
||||||
export SONAR_SCANNER_OPTS="-server"
|
export SONAR_SCANNER_OPTS="-server"
|
||||||
|
|
||||||
|
- name: Set up node because why not
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: "lts"
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue