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

Update dependency prettier-config-kwork to v0.0.32 #515

Update dependency prettier-config-kwork to v0.0.32

Update dependency prettier-config-kwork to v0.0.32 #515

Workflow file for this run

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