Skip to content

Commit 65922d2

Browse files
committed
Format with prettier
1 parent f73b03a commit 65922d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66
pull_request:
7-
branches: [ main ]
7+
branches: [main]
88

99
permissions:
1010
contents: read
@@ -18,9 +18,9 @@ jobs:
1818
- ubuntu-latest
1919
- windows-latest
2020
go-version:
21-
- '1.21'
22-
- '1.22'
23-
- '1.23'
21+
- "1.21"
22+
- "1.22"
23+
- "1.23"
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- uses: actions/checkout@v3
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Go
4444
uses: actions/setup-go@v4
4545
with:
46-
go-version: '1.23'
46+
go-version: "1.23"
4747
- name: Lint
4848
uses: golangci/golangci-lint-action@v3
4949
with:

.prettierrc

Whitespace-only changes.

0 commit comments

Comments
 (0)