Skip to content

Commit 221f84f

Browse files
committed
combine lint/build jobs in main workflow
1 parent 1a4b550 commit 221f84f

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@ jobs:
2424

2525
- name: Run eslint
2626
run: npm run lint
27-
build:
28-
name: Build
29-
runs-on: ubuntu-latest
30-
steps:
31-
- uses: actions/checkout@v3
32-
- uses: actions/setup-node@v3
33-
with:
34-
node-version: 18.x
35-
36-
- name: Install Dependencies
37-
run: npm install
38-
39-
- name: Build type declaration files
27+
28+
- name: Validate types
4029
run: npm run build

0 commit comments

Comments
 (0)