Skip to content

Commit f96fcc1

Browse files
author
github-actions[bot]
committed
feat: build for release
1 parent 678f22c commit f96fcc1

3 files changed

Lines changed: 868 additions & 1366 deletions

File tree

biome.jsonc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
3+
"organizeImports": {
4+
"enabled": true
5+
},
6+
"linter": {
7+
"enabled": true,
8+
"rules": {
9+
"recommended": true
10+
}
11+
},
12+
"formatter": {
13+
"indentStyle": "space", // default is `tab`
14+
"lineWidth": 100 // default is `80`
15+
}
16+
}

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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"}
1+
{"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"}

0 commit comments

Comments
 (0)