Skip to content

Bump eslint from 8.45.0 to 9.6.0 #260

Bump eslint from 8.45.0 to 9.6.0

Bump eslint from 8.45.0 to 9.6.0 #260

Workflow file for this run

name: "units-test"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
inputSarifFile: ./fixtures/test002.sarif
outputSarifFile: ./fixtures/test002.out.sarif
githubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Display output
run: |
cat ./fixtures/test002.out.sarif