Skip to content

Commit cb076ff

Browse files
docs: update GitHub Action assets (#5611)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent e8927ce commit cb076ff

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/workflows/pr-checks.yml

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ jobs:
8888
- run: ./golangci-lint config
8989
- run: ./golangci-lint config path
9090
- run: ./golangci-lint config path --json
91-
# TODO(ldez) after v2: golangci.next.jsonschema.json -> golangci.jsonschema.json
9291
- run: ./golangci-lint config verify --schema jsonschema/golangci.next.jsonschema.json
9392

9493
- run: ./golangci-lint help

.github/workflows/pr-tests.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ jobs:
4040
# - 1.18beta1 -> 1.18.0-beta.1
4141
# - 1.18rc1 -> 1.18.0-rc.1
4242
go-version: ${{ env.GO_VERSION }}
43-
# TODO(ldez): must add uncommented when [email protected] (with golangci-lint v2 support) will be created.
44-
# - name: lint
45-
# uses: golangci/[email protected]
46-
# with:
47-
# version: latest
43+
- name: lint
44+
uses: golangci/[email protected]
45+
with:
46+
version: latest
4847

4948
tests-on-windows:
5049
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors

assets/github-action-config-v2.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)