Skip to content

Commit 4d0aa7f

Browse files
chore: drop linting for now
1 parent 82b83c7 commit 4d0aa7f

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

.github/workflows/test.yaml

+5-20
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,20 @@ on:
55
branches: [main]
66
pull_request:
77

8-
9-
108
jobs:
119
test:
1210
runs-on: ubuntu-latest
1311
strategy:
1412
matrix:
15-
go-version: [ '1.22.x' ]
13+
go-version: ["1.22.x"]
1614

1715
services:
1816
postgres:
1917
image: postgres
2018
env:
21-
POSTGRES_PASSWORD: local
22-
POSTGRES_USER: local
23-
POSTGRES_DB: local
19+
POSTGRES_PASSWORD: local
20+
POSTGRES_USER: local
21+
POSTGRES_DB: local
2422
options: >-
2523
--health-cmd pg_isready
2624
--health-interval 10s
@@ -46,18 +44,5 @@ jobs:
4644
restore-keys: |
4745
${{ runner.os }}-go-
4846
49-
- name: Run Tests
47+
- name: Run Tests
5048
run: go test -v ./...
51-
52-
lint:
53-
name: lint
54-
runs-on: ubuntu-latest
55-
steps:
56-
- uses: actions/checkout@v4
57-
- uses: actions/setup-go@v5
58-
with:
59-
go-version: stable
60-
- name: golangci-lint
61-
uses: golangci/golangci-lint-action@v6
62-
with:
63-
version: v1.58

0 commit comments

Comments
 (0)