From 1eff690cb70a399c52e8b99e3ca9d4efe610a60c Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 14 Nov 2024 17:40:09 +0100 Subject: [PATCH] fixup Signed-off-by: Matteo Collina --- .github/workflows/realworld-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/realworld-test.yml b/.github/workflows/realworld-test.yml index a9d511d..4ed9f74 100644 --- a/.github/workflows/realworld-test.yml +++ b/.github/workflows/realworld-test.yml @@ -35,7 +35,7 @@ jobs: - name: Start the test run: npm run realWorldTestCI - name: Run format to avoid validation errors on next CI - run: npm run format + run: npx eslint --fix - name: Push changes to remote run: | git add test/realworld/failed*