Skip to content

Commit

Permalink
Update go.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito authored Dec 22, 2024
1 parent 938edbe commit a52f99a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ on:
branches: [ main ]

jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
test:
name: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit a52f99a

Please sign in to comment.