SQSCANGHA-115 Migrate sanity checks
This commit is contained in:
committed by
Julien HENRY
parent
9db61695c9
commit
6a808e9a20
@@ -25,12 +25,18 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v5
|
||||
# with:
|
||||
# ref: "jay/js-rewrite"
|
||||
|
||||
- name: Sanity checks
|
||||
run: ${GITHUB_ACTION_PATH}/scripts/sanity-checks.sh
|
||||
run: node ./dist/index.js
|
||||
shell: bash
|
||||
env:
|
||||
INPUT_PROJECTBASEDIR: ${{ inputs.projectBaseDir }}
|
||||
INPUT_SCANNERVERSION: ${{ inputs.scannerVersion }}
|
||||
|
||||
- name: Load Sonar Scanner CLI from cache
|
||||
id: sonar-scanner-cli
|
||||
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
|
||||
|
||||
Reference in New Issue
Block a user