Skip to content

Commit e93c529

Browse files
authored
Merge pull request #154 from docsbydoxdox/hotfix/lint-in-github-action
[hotfix] Lint when testing via GitHub Action.
2 parents 90fa678 + 9565995 commit e93c529

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
timeout-minutes: 5
4242
run: |
4343
npm run build
44+
npm run lint
4445
npm test

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"scripts": {
1919
"test": "DEBUG=true npm run test --workspaces --if-present",
2020
"build": "npm run build --workspaces --if-present",
21+
"lint": "npm run lint --workspaces --if-present",
2122
"prettier-check": "npx prettier@2 --check \"packages/**/*.ts\"",
2223
"prettier-fix": "npx prettier@2 --write \"packages/**/*.ts\"",
2324
"ncu": "npm exec --workspaces -- npx npm-check-updates@12",

0 commit comments

Comments
 (0)