Skip to content

Updated ci-checks.yaml to be current #37

Updated ci-checks.yaml to be current

Updated ci-checks.yaml to be current #37

Workflow file for this run

name: CI checks
on:
pull_request:
paths:
- '.github/workflows/**'
jobs:
ci-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run test:ci