Skip to content

Commit

Permalink
chore: remove lint step until we can fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Parham Alvani committed Dec 15, 2023
1 parent 1ee3681 commit 96d10e7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,10 @@ name: test
on:
- push
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=30m

test:
name: test
runs-on: ubuntu-latest
steps:
- uses: extractions/setup-just@v1
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 96d10e7

Please sign in to comment.