Skip to content

chore(deps): lock file maintenance #1429

chore(deps): lock file maintenance

chore(deps): lock file maintenance #1429

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-toolchain@v0
with:
auto-install: true
- run: yarn
- run: yarn constraints
- run: yarn dedupe --check
- run: yarn check
- run: yarn build