Skip to content

Commit e403fed

Browse files
authored
Merge pull request #1749 from vladdoster/docs/fix-spelling
docs: correct spelling
2 parents 145799e + 778120b commit e403fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/coding-ghost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If additional steps are needed, please add them into this workflow so that the w
1616

1717
## `golang-ci` linter
1818

19-
To enfore best-practices, Pull Requests are automatically linted by [`golang-ci`](https://golangci-lint.run/). The linter config is located at [`.golangci.yml`](https://github.com/github/gh-ost/blob/master/.golangci.yml) and the `golangci-lint` GitHub Action is located at [`.github/workflows/golangci-lint.yml`](https://github.com/github/gh-ost/blob/master/.github/workflows/golangci-lint.yml).
19+
To enforce best-practices, Pull Requests are automatically linted by [`golang-ci`](https://golangci-lint.run/). The linter config is located at [`.golangci.yml`](https://github.com/github/gh-ost/blob/master/.golangci.yml) and the `golangci-lint` GitHub Action is located at [`.github/workflows/golangci-lint.yml`](https://github.com/github/gh-ost/blob/master/.github/workflows/golangci-lint.yml).
2020

2121
To run the `golang-ci` linters locally _(recommended before push)_, use `script/lint`.
2222

0 commit comments

Comments
 (0)