Skip to content

Commit 4b976c4

Browse files
ndbroadbentclaude
andcommitted
Fix wait-for-checks: rename to .cjs for CommonJS compatibility
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent fca0e21 commit 4b976c4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/github-script@v7
2626
with:
2727
script: |
28-
const script = require('./.github/wait-for-checks.js');
28+
const script = require('./.github/wait-for-checks.cjs');
2929
await script({ github, context, core });
3030
3131
build:

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"src/**/*.tsx",
1313
"src/**/*.js",
1414
"src/**/*.jsx",
15-
".github/**/*.js",
15+
".github/**/*.cjs",
1616
"*.json"
1717
],
1818
"ignore": ["target/", "dist/", "node_modules/", "src-tauri/gen/"]

0 commit comments

Comments
 (0)