Skip to content

Bump the development-dependencies group across 1 directory with 7 updates #457

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

Bump the development-dependencies group across 1 directory with 7 updates #457

Workflow file for this run

name: Check
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
jobs:
Check:
runs-on: ubuntu-latest
steps:
- name: Yarn PnP Setup
uses: Araxeus/setup-yarn-pnp-action@v1
- name: Run Checks
run: yarn check
- name: Run build
run: yarn build