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 ea0c881 commit 363026dCopy full SHA for 363026d
README.md
@@ -544,5 +544,6 @@ This scheme is basic and needs improvements. Pull requests and ideas are welcome
544
545
1. Install [act](https://github.com/nektos/act#installation)
546
2. Make a symlink for `act` to work properly: `ln -s . golangci-lint-action`
547
-3. Prepare deps once: `npm run prepare-deps`
548
-4. Run `npm run local` after any change to test it
+3. Install dependencies: `npm install`
+4. Build: `npm run build`
549
+5. Run `npm run local` after any change to test it
0 commit comments