From 63abd508e7f8ccf7e92e5ca428c8ada3174cab13 Mon Sep 17 00:00:00 2001 From: ineedjobtostartwork Date: Fri, 2 Feb 2024 18:04:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix(Github=20Actions):=20change?= =?UTF-8?q?=20github=20actions=20lint=20caching?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3cb803..cd66f37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Format Files run: pnpm format - name: Linting Files - run: pnpm lint:fix && pnpm lint + run: pnpm lint:fix --force && pnpm lint --force - name: Building Files run: pnpm build - name: Start Files