mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-14 23:11:14 +00:00
review
This commit is contained in:
parent
4e40cf8d2a
commit
89abc069df
1 changed files with 3 additions and 4 deletions
|
|
@ -544,7 +544,6 @@ This scheme is basic and needs improvements. Pull requests and ideas are welcome
|
|||
|
||||
1. Install [act](https://github.com/nektos/act#installation)
|
||||
2. Make a symlink for `act` to work properly: `ln -s . golangci-lint-action`
|
||||
3. Install Typescript
|
||||
4. Prepare deps once: `npm install`
|
||||
5. Build: `npm run build`
|
||||
6. Run `npm run local` after any change to test it
|
||||
3. Install dependencies: `npm install`
|
||||
4. Build: `npm run build`
|
||||
5. Run `npm run local` after any change to test it
|
||||
|
|
|
|||
Loading…
Reference in a new issue