Skip to content

Commit

Permalink
change to samuelmeuli/action-electron-builder@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
amxv committed Dec 21, 2024
1 parent be33ec0 commit 6bdbe85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 10

- name: Build/release Electron app
uses: ZacharyWin/z-electron-builder@v1
uses: samuelmeuli/action-electron-builder@v1
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
Expand Down
10 changes: 8 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"files": {
"ignore": ["dist/**/*", "node_modules/**/*", "public/**/*", "**/*.css"]
"ignore": [
"dist/**/*",
"node_modules/**/*",
"public/**/*",
"**/*.css",
".github/**/*"
]
},
"linter": {
"enabled": true,
Expand All @@ -14,7 +20,7 @@
"noCommaOperator": "off"
}
},
"ignore": ["**/*.md", "**/*.css"]
"ignore": ["**/*.md", "**/*.css", ".github/**/*"]
},
"formatter": {
"enabled": true,
Expand Down

0 comments on commit 6bdbe85

Please sign in to comment.