mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 00:56:16 -06:00
change CONTRIBUTING slightly
This commit is contained in:
parent
95ceb7fcc7
commit
5bae6faa32
1 changed files with 1 additions and 3 deletions
|
|
@ -147,11 +147,9 @@ In the above command, it is assumed you are using the default Postgres password
|
|||
Finally, to run tests against both database types one after the other, use:
|
||||
|
||||
```bash
|
||||
./scripts.test.sh
|
||||
./scripts/test.sh
|
||||
```
|
||||
|
||||
The above script is also used by the CI/CD runner to run tests.
|
||||
|
||||
## Linting
|
||||
|
||||
We use [golangci-lint](https://golangci-lint.run/) for linting. To run this locally, first install the linter following the instructions [here](https://golangci-lint.run/usage/install/#local-installation).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue