diff --git a/.github/workflows/testAutomatic.yaml b/.github/workflows/testAutomatic.yaml index 138ad62..eea469e 100644 --- a/.github/workflows/testAutomatic.yaml +++ b/.github/workflows/testAutomatic.yaml @@ -39,5 +39,8 @@ jobs: runs-on: ubuntu-latest steps: + - name: checkout to repo + uses: actions/checkout@v3 + - name: Run ESLint uses: stefanoeb/eslint-action@1.0.2