Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit 28656d7

Browse files
authored
Add lint to CI workflow (#34)
* Add lint to CI workflow * Update CHANGELOG.md
1 parent ecb9b3f commit 28656d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install dependencies
2525
run: npm install --frozen-lockfile
2626

27+
- name: Lint
28+
run: npm run lint
29+
2730
- name: Run tests
2831
run: npm run test:ci
2932

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
### Features / Enhancements
66

7-
- Update package.json and workflows (#31, #32)
7+
- Update package.json and workflows (#31, #32, #34)
8+
- Update requirements in README (#33)
89

910
## 2.4.0 (2023-05-27)
1011

0 commit comments

Comments
 (0)