File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,3 +10,12 @@ end_of_line = lf
1010charset = utf-8
1111trim_trailing_whitespace = false
1212insert_final_newline = false
13+
14+ [* .yml ]
15+ indent_size = 2
16+
17+ [* .yaml ]
18+ indent_size = 2
19+
20+ [* .md ]
21+ trim_trailing_whitespace = true
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : asdf-vm/actions/install@v3
15- env :
16- ASDF_GOLANG_DEFAULT_PACKAGES_FILE : ./.default-golang-pkgs
14+ - uses : jdx/mise-action@v2
1715 - uses : actions/setup-python@v5
1816 with :
19- python-version : ' 3.11.4'
17+ python-version : " 3.11.4"
2018 - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change @@ -14,20 +14,19 @@ jobs:
1414 goreleaser :
1515 runs-on : ubuntu-latest
1616 steps :
17- -
18- name : Checkout
17+ - name : Checkout
1918 uses : actions/checkout@v4
2019 with :
2120 fetch-depth : 0
22- -
23- name : Set up Go
24- uses : actions/setup-go@v5
25- -
26- name : Run GoReleaser
21+
22+ - name : Set up tooling
23+ uses : jdx/mise-action@v2
24+
25+ - name : Run GoReleaser
2726 uses : goreleaser/goreleaser-action@v6
2827 with :
2928 distribution : goreleaser
30- version : ' ~> v2'
29+ version : " ~> v2"
3130 args : release --clean
3231 env :
3332 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments