Skip to content

Commit

Permalink
Remove gofmt + fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
insyri committed Dec 24, 2023
1 parent 637f1cc commit 0e501fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@ on:
pull_request:

jobs:
Go:
Build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21.5

- name: Format and Lint
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
working-directory: cli

- name: Build
run: go build
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ linters:
enable:
- dupl
- goconst
- gofmt
- goimports
- misspell
- nilnil
Expand Down

0 comments on commit 0e501fe

Please sign in to comment.