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 f94d42e commit 3d28a4bCopy full SHA for 3d28a4b
1 file changed
.github/workflows/build-library.yml .github/workflows/lint.yml.github/workflows/build-library.yml renamed to .github/workflows/lint.yml
@@ -1,4 +1,4 @@
1
-name: Lint and Build Library
+name: Lint
2
on:
3
push:
4
branches:
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v4
24
25
- name: Dependency Review
26
- uses: actions/dependency-review-action@v3
+ uses: actions/dependency-review-action@v4
27
with:
28
fail-on-severity: high
29
@@ -51,18 +51,6 @@ jobs:
51
- name: Lint files
52
run: yarn lint
53
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
66
misspell:
67
name: runner / misspell
68
runs-on: ubuntu-latest
0 commit comments