From 310dbf39718425dea45780aa1665e778b7e673fd Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 01:14:54 +0000 Subject: [PATCH] Deployed to github pages --- lite.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lite.html b/lite.html index cd8a304..69b1e2a 100644 --- a/lite.html +++ b/lite.html @@ -133,7 +133,7 @@

setup ΒΆ

install the GitHub Application on the relevant repositories

  • add the GitHub action to your workflow as the last step in your job:

    -
        - uses: pre-commit-ci/lite-action@v1.0.2
    +
        - uses: pre-commit-ci/lite-action@v1.0.3
           if: always()
     
  • @@ -174,7 +174,7 @@

    differences with full version with: python-version: 3.x - uses: pre-commit/action@v3.0.1 - - uses: pre-commit-ci/lite-action@v1.0.2 + - uses: pre-commit-ci/lite-action@v1.0.3 if: always()

    pre-commit ci will skip pushes made by bots to prevent infinite loops.