chore: use custom actions
This commit is contained in:
parent
7ca2f1bd0e
commit
ad1d816730
2 changed files with 2 additions and 2 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -17,4 +17,4 @@ jobs:
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
- name: Run Lint
|
- name: Run Lint
|
||||||
run: yarn lint
|
uses: icrawl/action-eslint@v1
|
||||||
|
|
2
.github/workflows/tsc.yml
vendored
2
.github/workflows/tsc.yml
vendored
|
@ -17,4 +17,4 @@ jobs:
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
- name: Run TSC
|
- name: Run TSC
|
||||||
run: yarn tsc
|
uses: icrawl/action-tsc@v1
|
||||||
|
|
Loading…
Reference in a new issue