From 0a3576722cfaafabc28669f2380ab583186e9daa Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 25 Jul 2022 08:38:11 +0530 Subject: eslint needs to be executed at the top-level to actually work --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 9a3533e..0fd768e 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -38,6 +38,6 @@ jobs: run: pnpm i - name: Check code style and formatting if: ${{ github.event_name == 'pull_request' }} - run: pnpm lint && pnpm reformat-files + run: pnpm lint:fix && pnpm reformat-files - name: Package recipes run: pnpm package -- cgit v1.2.3-70-g09d2