Skip to content

Bump the development-dependencies group across 1 directory with 2 updates #246

Bump the development-dependencies group across 1 directory with 2 updates

Bump the development-dependencies group across 1 directory with 2 updates #246

Workflow file for this run

name: Static checks
on:
pull_request:
jobs:
types_and_lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: Use corepack
run: corepack enable
- name: Install node dependencies
run: yarn --immutable
- name: Spellcheck
run: yarn spellcheck:report
- name: Check formatting
run: yarn format:check
- name: Check types
run: yarn typecheck
- name: Fetch packages
run: yarn prepare
- name: Check build
run: yarn build