Skip to content

Commit

Permalink
Merge pull request #619 from swrlab/fix/linter
Browse files Browse the repository at this point in the history
fix(workflows/linter): add `use-bun` input
  • Loading branch information
weiland authored Jul 2, 2024
2 parents 2165b34 + a300eb9 commit d6b4292
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 d6b4292

Please sign in to comment.