Skip to content

Commit aede0eb

Browse files
committed
Apply Prettier to for strict formatting
1 parent b3a7cee commit aede0eb

File tree

6 files changed

+85
-87
lines changed

6 files changed

+85
-87
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ updates:
2121
- "*"
2222
update-types:
2323
- "minor"
24-
- "patch"
24+
- "patch"

.github/workflows/build_and_test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Build, Test and Release Binaries
2-
on:
3-
push
2+
on: push
43
permissions:
54
contents: write
65
packages: write

.github/workflows/lint.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
name: lint
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Check Out Repository
14-
uses: actions/checkout@v4
15-
- name: Set up Go
16-
uses: actions/setup-go@v5
17-
with:
18-
go-version: 1.24.x
19-
- name: Lint
20-
uses: golangci/golangci-lint-action@v6.5.0
21-
with:
22-
version: v1.63.4
13+
- name: Check Out Repository
14+
uses: actions/checkout@v4
15+
- name: Set up Go
16+
uses: actions/setup-go@v5
17+
with:
18+
go-version: 1.24.x
19+
- name: Lint
20+
uses: golangci/golangci-lint-action@v6.5.0
21+
with:
22+
version: v1.64.5

.goreleaser.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ dockers:
7171
use: buildx
7272

7373
docker_manifests:
74-
- name_template: 'ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}'
75-
image_templates:
76-
- 'ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}-amd64'
77-
- 'ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}-arm64'
78-
- 'ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}-riscv64'
74+
- name_template: "ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}"
75+
image_templates:
76+
- "ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}-amd64"
77+
- "ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}-arm64"
78+
- "ghcr.io/inovex/{{ .ProjectName }}:{{ .Version }}-riscv64"
7979

8080
#Configuration for building packages for apk, deb and rpm package managers
8181
nfpms:

0 commit comments

Comments
 (0)