diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d166deb..7b80326 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,8 +26,5 @@ jobs: - uses: actions/checkout@v2 # eslint - - name: Eslint check - uses: Krizzu/eslint-check-action@v1.1.0 - with: - ghToken: ${{ secrets.d97121e57aee247d9f109a186adb45aaaa0c91ec }} - eslintConfig: ".eslintrc.json" + - name: lint check + run: npm i && npm run lint