Skip to content

Commit

Permalink
fix(rules): add more pkg for Electron
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Oct 12, 2023
1 parent 57e02c3 commit a303075
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/rules/js/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ register({
tech: 'electron',
name: 'Electron',
type: 'tool',
dependencies: [{ type: 'npm', name: 'electron' }],
dependencies: [
{ type: 'npm', name: 'electron' },
{ type: 'githubAction', name: 'samuelmeuli/action-electron-builder' },
],
});
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,11 @@ exports[`docker > should match all dependencies 2`] = `
"relative-ci/agent-action",
"1",
],
[
"githubAction",
"samuelmeuli/action-electron-builder",
"1",
],
[
"githubAction",
"scaleway/action-scw",
Expand Down

0 comments on commit a303075

Please sign in to comment.