Skip to content

chore: 1485 - lint and test on PR #5

chore: 1485 - lint and test on PR

chore: 1485 - lint and test on PR #5

Workflow file for this run

name: Lint and Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/node-and-npm
- name: Run tests
run: npm run test:ci
- name: Lint
run: npm run lint