Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
name: Lints

on:
push:
tags:
- v*
branches:
- main
- master
- release-*
- autobump/*
- 'release-**'
pull_request:
types:
- opened
- edited
- reopened

env:
FORCE_COLOR: true

jobs:

golangci:
name: Golangci
runs-on: ubuntu-latest
Expand All @@ -27,6 +31,7 @@ jobs:
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.57.2

editorconfig:
name: EditorConfig
runs-on: ubuntu-latest
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/mage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
- v*
branches:
- main
- master
- release-*
- autobump/*
- 'release-**'
pull_request:
types:
- opened
- edited
- reopened

env:
FORCE_COLOR: true
Expand Down
Loading