There was an error while loading. Please reload this page.
1 parent dcda7af commit fadadeaCopy full SHA for fadadea
1 file changed
.github/workflows/checkin.yml
@@ -28,6 +28,8 @@ jobs:
28
- name: 'check for uncommitted changes'
29
# Ensure no changes
30
run: |
31
+ pnpm --version
32
+ node --version
33
git add .
34
if ! git diff --cached --color=always --exit-code -- . ':!node_modules'; then
35
echo "::error::Found changed files after build. Please run 'pnpm release' and check in all changes."
0 commit comments