Skip to content

Commit

Permalink
Modify Job name (#58)
Browse files Browse the repository at this point in the history
* Modify Job name

* Lint Go Code

* dupword
  • Loading branch information
the1bit authored Jan 26, 2024
1 parent b740019 commit ca5d5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint-go-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ on:
description: "The URI to the linter config file. This can be a local file or a remote file. E.g. https://raw.githubusercontent.com/kyma-project/eventing-tools/main/config/lint/.golangci.yaml"

jobs:
unit:
go-lint:
runs-on: ubuntu-latest
name: Lint Go Code
steps:
- name: Setup Go
uses: actions/setup-go@v5
Expand Down
1 change: 0 additions & 1 deletion config/lint/.golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ linters:
### Disable linters one by one
- gci
- tagalign
- dupword
- gomoddirectives
- gofumpt
- goerr113
Expand Down

0 comments on commit ca5d5cc

Please sign in to comment.