Skip to content

Commit eadbd09

Browse files
committed
chore: add linting and build steps to GitHub Actions workflow
1 parent 451ce30 commit eadbd09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/typescript-pr-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@ jobs:
2323

2424
- name: Install dependencies
2525
run: yarn install
26+
- name: Run lint
27+
run: yarn lint
2628
- name: Run tests
2729
run: yarn pr-check
30+
- name: Run build
31+
run: yarn build

0 commit comments

Comments
 (0)