Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup-flyctl/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branding:
icon: upload-cloud
color: purple
runs:
using: node20
using: node24
main: dist/index.js
inputs:
version:
Expand Down
10 changes: 7 additions & 3 deletions setup-flyctl/biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"ignore": ["package.json", "dist"]
"includes": ["**", "!package.json", "!dist"]
},
"formatter": {
"enabled": true,
Expand All @@ -13,8 +13,12 @@
"recommended": true
}
},
"organizeImports": {
"enabled": true
"assist": {
"actions": {
"source": {
"organizeImports": "on"
}
}
},
"vcs": {
"clientKind": "git",
Expand Down
13 changes: 0 additions & 13 deletions setup-flyctl/dist/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading