Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SeiyaKobayashi committed Aug 21, 2024
1 parent fb3271e commit f7fcc7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-root.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: static checks for core package
name: static checks for root-level directories & files

on:
push:
Expand Down Expand Up @@ -28,5 +28,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Format
run: yarn run format:dry-run .github docs README.md yarnrc.yml

0 comments on commit f7fcc7f

Please sign in to comment.