Skip to content

build(deps-dev): bump the types group across 1 directory with 3 updates #494

build(deps-dev): bump the types group across 1 directory with 3 updates

build(deps-dev): bump the types group across 1 directory with 3 updates #494

Workflow file for this run

name: check
permissions:
contents: read
on: push
jobs:
check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- run: corepack enable
- uses: actions/setup-node@v6
with:
node-version-file: package.json
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn lint