Skip to content

Bump github/codeql-action from 4.30.9 to 4.31.0 in /.github/workflows in the actions group #873

Bump github/codeql-action from 4.30.9 to 4.31.0 in /.github/workflows in the actions group

Bump github/codeql-action from 4.30.9 to 4.31.0 in /.github/workflows in the actions group #873

Workflow file for this run

name: 'Run unit tests.'
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- main
- 'releases/*'
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci works properly
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- run: |
npm install
npm test