Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Lock file maintenance #552

Lock file maintenance

Lock file maintenance #552

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version-file: '.node-version'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check
run: yarn run check