Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 20, 2024
1 parent 678f22c commit f96fcc1
Show file tree
Hide file tree
Showing 3 changed files with 868 additions and 1,366 deletions.
16 changes: 16 additions & 0 deletions biome.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space", // default is `tab`
"lineWidth": 100 // default is `80`
}
}
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"owner":"s-weigand","repo":"setup-conda","sha":"d15429738c460f4ea3d2f609187fd7f177499f58","ref":"refs/tags/v1.2.2","tagName":"v1.2.2","branch":"release","tags":["v1.2.2","v1"],"updated_at":"2024-05-17T16:33:31.153Z"}
{"owner":"s-weigand","repo":"setup-conda","sha":"bd2f9543136eaf5a02ca220207fbc15ae8559fba","ref":"refs/tags/v1.2.3","tagName":"v1.2.3","branch":"release","tags":["v1.2.3","v1"],"updated_at":"2024-10-20T11:26:18.759Z"}
Loading

0 comments on commit f96fcc1

Please sign in to comment.