Skip to content

Commit

Permalink
fix(workflows/linter): add use-bun input
Browse files Browse the repository at this point in the history
  • Loading branch information
weiland committed Jul 2, 2024
1 parent 2165b34 commit a300eb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
required: false
type: boolean
default: false
use-bun:
description: 'Use Bun instead of yarn'
required: false
type: boolean
default: false
generate-keys:
description: 'Whether to run command for dummy key generation'
required: false
Expand Down

0 comments on commit a300eb9

Please sign in to comment.