From 0fd73a64b43c35b81e5c502c7819d9c9e657d585 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 10:06:07 -0600 Subject: [PATCH] feat: add commit changes step --- .github/workflows/lint_test_format.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index a417557..c98fbff 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -19,3 +19,5 @@ jobs: run: npm install - name: Run lint-fix run: npm run lint-fix + - name: Commit changes + uses: EndBug/add-and-commit@v9