From 65615f6411ddf2656f5f902293694fbfac82fab3 Mon Sep 17 00:00:00 2001 From: darkicewolf50 Date: Tue, 12 Mar 2024 11:34:42 -0600 Subject: [PATCH] added checout to repo code --- .github/workflows/testAutomatic.yaml | 3 +++ 1 file changed, 3 insertions(+) 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