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
Copy file name to clipboardExpand all lines: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,15 +41,15 @@ Run tests:
41
41
npm run test
42
42
```
43
43
44
-
Lint & fix
44
+
Lint & fix:
45
45
46
46
```bash
47
47
npm run lint
48
48
npm run lint:fix
49
49
```
50
50
51
-
Run in Github Actions
52
-
> Currently test is setup to execute in github action on push event. You need to [create github secrete]((https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository))for `GO_RES_USER_TOKEN` with value generated in `Setup user token` step.
51
+
Run in Github Actions :<br>
52
+
Currently test is setup to execute in github action on push event. You need to [create github secrete]((https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository))with name `API_TOKEN` with value generated in `Setup user token` step.
0 commit comments