Skip to content

⬆️ Lock file maintenance #843

⬆️ Lock file maintenance

⬆️ Lock file maintenance #843

Workflow file for this run

name: Continuous Integration
on:
merge_group: {}
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: dtinth/setup-github-actions-caching-for-turbo@e26dc6b0473cc072107f6cb4f6e69d33ac2fc386 # v1
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version-file: .tool-versions
cache: yarn
- run: yarn install --immutable
- run: yarn run build
- run: yarn validate