try some random shite
This commit is contained in:
parent
63398c4bd8
commit
fa46def132
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
# Type checks
|
||||
- name: TypeScript Error Reporter
|
||||
uses: andoshin11/typescript-error-reporter-action@v1.0.2
|
||||
uses: icrawl/action-tsc@v1
|
||||
|
||||
# ESLint
|
||||
- name: ESLint Action
|
||||
|
@ -40,3 +40,7 @@ jobs:
|
|||
branch: master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# TODO
|
||||
- name: todo-actions
|
||||
uses: dtinth/todo-actions@v0.2.0
|
||||
|
|
Loading…
Reference in a new issue