Skip to content

Commit f83d881

Browse files
authored
ci: change default inputs to true for CI workflow
1 parent 1a7b345 commit f83d881

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ on:
1010
linux:
1111
description: "Linux"
1212
type: boolean
13-
default: false
13+
default: true
1414
macos:
1515
description: "macOS"
1616
type: boolean
17-
default: false
17+
default: true
1818
windows:
1919
description: "Windows"
2020
type: boolean
21-
default: false
21+
default: true
2222
stylua:
2323
description: "StyLua"
2424
type: boolean

0 commit comments

Comments
 (0)