Skip to content

ISS-1378 Make pixee/upload-tool-results-action Sonar Host URL Consistent With Sonar Actions #106

ISS-1378 Make pixee/upload-tool-results-action Sonar Host URL Consistent With Sonar Actions

ISS-1378 Make pixee/upload-tool-results-action Sonar Host URL Consistent With Sonar Actions #106

Workflow file for this run

name: PR Checks
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "npm"
- run: npm ci
- run: npm test