From 5d694d0a45d31c07a81c492d512ebb8373032da1 Mon Sep 17 00:00:00 2001 From: Nathan Gendron Date: Fri, 1 Nov 2024 12:23:42 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20`git=20add=20.`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/fix.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/fix.yaml b/.github/workflows/fix.yaml index f6dfa696..b9a74aa7 100644 --- a/.github/workflows/fix.yaml +++ b/.github/workflows/fix.yaml @@ -24,6 +24,9 @@ jobs: cache: pnpm - run: pnpm install - run: pnpm run lint:fix + - run: | + git add . + git status - uses: qoomon/actions--create-commit@v1 id: actions--create-commit