Skip to content

Chore(deps-dev): Bump lint-staged from 15.2.8 to 15.2.9 in the patch group #598

Chore(deps-dev): Bump lint-staged from 15.2.8 to 15.2.9 in the patch group

Chore(deps-dev): Bump lint-staged from 15.2.8 to 15.2.9 in the patch group #598

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
run_unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- run: npm ci
- run: npm run test -- --coverage --run
run_linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- run: npm ci
- run: npm run lint
- name: Verify package.json version matches version.ts (genversion --check-only)
run: ./verify_version.sh
run_compiler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- run: npm ci
- run: npm run compile