Skip to content

Switch back to using major-only versions for actions #270

Switch back to using major-only versions for actions

Switch back to using major-only versions for actions #270

Workflow file for this run

name: Lint and Unit Test
'on':
- pull_request
jobs:
lint_and_unit:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Setup Node.js, install deps
uses: ./.github/actions/setup
- name: Run jest coverage
run: pnpm test --coverage
- name: Run flow
run: pnpm flow