Skip to content

Update actions/checkout digest to 1d96c77 #136

Update actions/checkout digest to 1d96c77

Update actions/checkout digest to 1d96c77 #136

Workflow file for this run

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