Skip to content

Commit 3d28a4b

Browse files
committed
ci: add linting and type-checking workflow to GitHub Actions
1 parent f94d42e commit 3d28a4b

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint and Build Library
1+
name: Lint
22
on:
33
push:
44
branches:
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Dependency Review
26-
uses: actions/dependency-review-action@v3
26+
uses: actions/dependency-review-action@v4
2727
with:
2828
fail-on-severity: high
2929

@@ -51,18 +51,6 @@ jobs:
5151
- name: Lint files
5252
run: yarn lint
5353

54-
build-library:
55-
runs-on: ubuntu-latest
56-
steps:
57-
- name: Checkout
58-
uses: actions/checkout@v4
59-
60-
- name: Setup
61-
uses: ./.github/actions/setup
62-
63-
- name: Build package
64-
run: yarn prepare
65-
6654
misspell:
6755
name: runner / misspell
6856
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)