We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b23cc commit a50be99Copy full SHA for a50be99
1 file changed
.github/workflows/lint.yml
@@ -1,4 +1,4 @@
1
-name: Lint
+name: Build and Lint
2
on:
3
push:
4
branches:
@@ -38,7 +38,17 @@ jobs:
38
39
- name: Type check
40
run: yarn tsc --noEmit
41
+ build-library:
42
+ runs-on: ubuntu-latest
43
+ steps:
44
+ - name: Checkout
45
+ uses: actions/checkout@v4
46
+
47
+ - name: Setup
48
+ uses: ./.github/actions/setup
49
50
+ - name: Build package
51
+ run: yarn prepare
52
lint:
53
runs-on: ubuntu-latest
54
steps:
0 commit comments