Compare commits
3 commits
46dd0155b7
...
d4dd39beae
| Author | SHA1 | Date | |
|---|---|---|---|
| d4dd39beae | |||
| cba340fbf3 | |||
| a27c4156d9 |
3 changed files with 21 additions and 2 deletions
18
.editorconfig
Normal file
18
.editorconfig
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.go]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
|
[Makefile]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
* text=auto eol=lf
|
||||||
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
|
|
||||||
# checkout repo
|
# checkout repo
|
||||||
- name: "checkout"
|
- name: "checkout"
|
||||||
uses: "actions/checkout@v4"
|
uses: "actions/checkout@v6"
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
|
|
||||||
# run goreleaser
|
# run goreleaser
|
||||||
- name: "run goreleaser"
|
- name: "run goreleaser"
|
||||||
uses: "goreleaser/goreleaser-action@v6"
|
uses: "goreleaser/goreleaser-action@v7"
|
||||||
with:
|
with:
|
||||||
version: "v2.8.2"
|
version: "v2.8.2"
|
||||||
args: "release --clean --config ./.github/.goreleaser.yaml"
|
args: "release --clean --config ./.github/.goreleaser.yaml"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue