Update main.yml
This commit is contained in:
parent
fa46def132
commit
5828892009
1 changed files with 1 additions and 5 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
# ESLint
|
||||
- name: ESLint Action
|
||||
uses: hallee/eslint-action@1.0.1
|
||||
run: node_modules/.bin/eslint src/ --ext .ts,.tsx
|
||||
|
||||
# Prettier
|
||||
- name: Prettify the JS Code
|
||||
|
@ -40,7 +40,3 @@ 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