Skip to content

Commit a782f04

Browse files
fix lint
1 parent a0b48d2 commit a782f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/sign_node_package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
if: ${{ inputs.sign_native == 'true' }}
5656
shell: bash
5757
run: |
58-
cat << EOF > script.js
58+
cat << EOF > script.js
5959
const { readdirSync } = require('fs');
6060
const { join } = require('path');
6161

0 commit comments

Comments
 (0)