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

Commit 862f86c

Browse files
committed
Add standalone sane-fmt checker to GitHub workflow
1 parent 8a66380 commit 862f86c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- id: 5
4242
node: 14.x
4343
pnpm: --frozen-lockfile
44+
- id: 6
45+
node: 14.x
46+
cmd: pnpm run sane-fmt -- --log-format=github-actions --details=diff
4447
steps:
4548
- uses: actions/checkout@v1
4649
- name: Use Node.js ${{ matrix.vars.node }}

0 commit comments

Comments
 (0)