Skip to content

Commit

Permalink
Go lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiss, Tibor committed Jan 26, 2024
1 parent 98d0df6 commit 8d353a3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/lint-go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Lint Go code

on:
pull_request:
branches:
- "main"
- "release-*"
paths-ignore:
- 'docs/**'
- '**.md'
- 'sec-scanners-config.yaml'

jobs:
code-linter:
name: "Run golangci-lint"
uses: kyma-project/eventing-tools/.github/workflows/lint-go-reusable.yml@main
with:
go-version: '1.21'
lint-config-uri: https://raw.githubusercontent.com/kyma-project/eventing-tools/main/config/lint/.golangci.yaml
19 changes: 0 additions & 19 deletions .github/workflows/lint.yml

This file was deleted.

0 comments on commit 8d353a3

Please sign in to comment.