Skip to content

Commit

Permalink
fix ciyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maru44 committed Jan 17, 2023
1 parent 0c5b243 commit 8abc19b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,12 @@ jobs:
# key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
# restore-keys: |
# ${{ runner.os }}-go-
lint:
ci:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
test:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: test
run: go test ./...

0 comments on commit 8abc19b

Please sign in to comment.