From 5828892009c1550e556fde7fac4dc23b20d58ac8 Mon Sep 17 00:00:00 2001 From: Marks Polakovs Date: Sun, 19 Apr 2020 16:08:20 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e02501d..164cb08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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