Skip to content

Commit 3f991d7

Browse files
committed
enforce lint in actions
1 parent c849371 commit 3f991d7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121

2222
- run: |
2323
npm install --force
24+
npm run lint:check
2425
npm run build

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030

3131
- run: |
3232
npm install --force
33+
npm run lint:check
3334
3435
# Extract version number from the tag
3536
VERSION=$(echo -n "$RELEASE_TAG" | sed 's/^v//g' | sed 's/-.*//')

0 commit comments

Comments
 (0)