Skip to content

Commit d34ee64

Browse files
committed
feat!: Add lint action and change to yarn
1 parent 0bf39e3 commit d34ee64

File tree

3 files changed

+2162
-5993
lines changed

3 files changed

+2162
-5993
lines changed

.github/workflows/lint.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Lint
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
lint:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
- uses: actions/[email protected]
11+
with:
12+
cache: yarn
13+
14+
- run: yarn
15+
- run: yarn run lint-ci

0 commit comments

Comments
 (0)