From b7c61304a0f7d6c5c27c7a2248f4c05ccdc31791 Mon Sep 17 00:00:00 2001 From: darkicewolf50 Date: Tue, 12 Mar 2024 12:03:44 -0600 Subject: [PATCH] trying this, im sorry for all the notifications --- .github/workflows/testAutomatic.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testAutomatic.yaml b/.github/workflows/testAutomatic.yaml index 348a7b1..5dac719 100644 --- a/.github/workflows/testAutomatic.yaml +++ b/.github/workflows/testAutomatic.yaml @@ -39,10 +39,11 @@ jobs: runs-on: ubuntu-latest steps: - - name: checkout to repo + - name: Checkout repository uses: actions/checkout@v3 - - name: Install packages + - name: Install dependencies run: npm ci - - name: Lint + + - name: Run ESLint run: npm run lint