Update main.yml

This commit is contained in:
Marks Polakovs 2020-04-19 16:08:20 +02:00 committed by GitHub
parent fa46def132
commit 5828892009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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