From 75cc5e0d081689ff7cf10c125a673e5d2bd9c0e3 Mon Sep 17 00:00:00 2001 From: Pascal Baljet Date: Fri, 4 Oct 2024 22:09:00 +0200 Subject: [PATCH] Update eslint.yml --- .github/workflows/eslint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index c47627b..6f454ec 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -55,6 +55,8 @@ jobs: run: | cd vue npm run eslint + cd ../react + npm run eslint - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v5