diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 9a03e58..307fe76 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -3,7 +3,7 @@ name: Linters on: [push, pull_request] jobs: - golangci-lint: + linters: name: Golang-CI (lint) runs-on: ubuntu-latest steps: @@ -18,5 +18,5 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v6.1.0 # Action page: with: - version: v1.60 # without patch version + version: v1 # without patch version only-new-issues: false # show only new issues if it's a pull request diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c805952..1beebc4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -3,7 +3,7 @@ name: Linux on: [push, pull_request] jobs: - build: + testing: name: Tests [Go ${{ matrix.go }} OS ${{ matrix.os }}] runs-on: ${{ matrix.os }} timeout-minutes: 20 diff --git a/.golangci.yml b/.golangci.yml index fd856a9..1b553da 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -39,7 +39,7 @@ linters: # All available linters list: