You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By participating in this project, you agree to abide our [code of conduct](https://github.com/golangci/golangci-lint/blob/master/CODE_OF_CONDUCT.md).
9
8
10
-
## Setup your machine
9
+
## Set up your machine
11
10
12
11
`golangci-lint` is written in [Go](https://go.dev).
13
12
@@ -46,8 +45,7 @@ Push your branch to your `golangci-lint` fork and open a pull request against th
46
45
47
46
## Pull request checks
48
47
49
-
First, please, accept [CLA](https://gist.github.com/jirfag/26a39fd375da84b2d5ad4296fecb0668) - [cla assistant](https://cla-assistant.io/) will
50
-
make a comment on the pull request about it.
48
+
First, please, accept [CLA](https://gist.github.com/jirfag/26a39fd375da84b2d5ad4296fecb0668) - [cla assistant](https://cla-assistant.io/) will make a comment on the pull request about it.
51
49
52
50
Also, we run a few checks in CI by using GitHub actions, you can see them [here](https://github.com/golangci/golangci-lint/blob/master/.github/workflows/pr.yml).
53
51
@@ -61,19 +59,11 @@ A GitHub action [workflow](https://github.com/golangci/golangci-lint/blob/master
61
59
After making a release you need to update:
62
60
63
61
1. GitHub [action config](https://github.com/golangci/golangci-lint/blob/master/assets/github-action-config.json) by running:
64
-
65
62
```sh
66
63
make assets/github-action-config.json
67
64
```
68
65
69
-
2. The latest netlify state (e.g. docs/template_date.state):
0 commit comments