Skip to content

⬆️ Bump github/codeql-action from 2 to 3 #103

⬆️ Bump github/codeql-action from 2 to 3

⬆️ Bump github/codeql-action from 2 to 3 #103

Workflow file for this run

name: 'Test'
on:
pull_request:
types: [ opened, reopened, synchronize ]
jobs:
test:
uses: UKHomeOffice/sas-github-workflows/.github/workflows/test-npm.yml@v1
secrets: inherit
with:
lintCommand: 'test:lint'
testCommand: 'run test:unit'