Skip to content

Commit 735aae3

Browse files
committed
removing linting for now
1 parent 8449be3 commit 735aae3

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflow/ci.yml renamed to .github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
name: CI
22
on: [push]
33
jobs:
4-
golang-lint:
5-
runs-on: ubuntu-latest
6-
steps:
7-
- name: Check out code
8-
uses: actions/checkout@v4
9-
10-
- name: Install Go 1.23
11-
uses: actions/setup-go@v5
12-
with:
13-
go-version: '1.23'
14-
15-
- name: Lint code
16-
uses: golangci/golangci-lint-action@v8
17-
with:
18-
version: v2.1
194
golang-test:
205
runs-on: ubuntu-latest
216
steps:

0 commit comments

Comments
 (0)