Skip to content

Merge pull request #545 from hypothesis/dependabot/npm_and_yarn/types… #1139

Merge pull request #545 from hypothesis/dependabot/npm_and_yarn/types…

Merge pull request #545 from hypothesis/dependabot/npm_and_yarn/types… #1139

name: Continuous integration
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cache the node_modules dir
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('yarn.lock') }}
- name: Install
run: yarn install --immutable
- name: Format
run: yarn checkformatting
- name: Lint
run: yarn lint
- name: Typecheck
run: yarn typecheck