Skip to content

Commit da0d618

Browse files
Implement automatic pre-commit fixes (#480)
Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f43dccc commit da0d618

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check-build-deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ jobs:
101101
- name: Run pre-commit
102102
run: uv run -- pre-commit run --all-files --hook-stage manual # TODO: Add GitHub workflows output format
103103

104+
- uses: pre-commit-ci/lite-action@v1.1.0
105+
if: ${{ !cancelled() }}
106+
104107
pymarkdown:
105108
runs-on: ubuntu-latest
106109
env:

0 commit comments

Comments
 (0)