Skip to content

Commit

Permalink
feat: enable checks/passed for elax (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Feb 24, 2024
1 parent 7482576 commit be7009d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/accountConfigs/Elax-Energie.ts
Expand Up @@ -22,6 +22,10 @@ const config: Config<never> = {
name: ':green_heart: checks/fail',
color: githubPalette.dangerEmphasis,
},
'checks/passed': {
name: ':green_heart: checks/passed',
color: githubPalette.successEmphasis,
},

/* infos */
'breaking-changes': {
Expand Down

0 comments on commit be7009d

Please sign in to comment.