We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27dd39f commit aefa65cCopy full SHA for aefa65c
.github/workflows/post-release.yml
@@ -61,15 +61,6 @@ jobs:
61
- name: Update GitHub Action config
62
run: make assets/github-action-config.json
63
64
- - name: Update reference files
65
- run: cp .golangci.next.reference.yml .golangci.reference.yml
66
-
67
- - name: Update JSON schema files
68
- run: cp jsonschema/golangci.next.jsonschema.json jsonschema/golangci.jsonschema.json
69
70
- - name: Update information
71
- run: make website_dump_info
72
73
- name: Create Pull Request
74
uses: peter-evans/create-pull-request@v6
75
with:
0 commit comments