Skip to content

Commit 6bdbe85

Browse files
committed
change to samuelmeuli/action-electron-builder@v1
1 parent be33ec0 commit 6bdbe85

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 10
2121

2222
- name: Build/release Electron app
23-
uses: ZacharyWin/z-electron-builder@v1
23+
uses: samuelmeuli/action-electron-builder@v1
2424
with:
2525
# GitHub token, automatically provided to the action
2626
# (No need to define this secret in the repo settings)

biome.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"files": {
3-
"ignore": ["dist/**/*", "node_modules/**/*", "public/**/*", "**/*.css"]
3+
"ignore": [
4+
"dist/**/*",
5+
"node_modules/**/*",
6+
"public/**/*",
7+
"**/*.css",
8+
".github/**/*"
9+
]
410
},
511
"linter": {
612
"enabled": true,
@@ -14,7 +20,7 @@
1420
"noCommaOperator": "off"
1521
}
1622
},
17-
"ignore": ["**/*.md", "**/*.css"]
23+
"ignore": ["**/*.md", "**/*.css", ".github/**/*"]
1824
},
1925
"formatter": {
2026
"enabled": true,

0 commit comments

Comments
 (0)