Skip to content

Commit d7955d5

Browse files
committed
feat: add lint job
1 parent 5154014 commit d7955d5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,18 @@ jobs:
1616

1717
- name: Build
1818
run: yarn build
19+
20+
lint:
21+
name: Lint
22+
runs-on: ubuntu-latest
23+
24+
steps:
25+
- name: Checkout
26+
uses: actions/checkout@v4
27+
28+
- name: Setup
29+
uses: ./.github/actions/setup
30+
31+
- name: Lint
32+
run: yarn lint
33+

0 commit comments

Comments
 (0)