Skip to content

Commit

Permalink
chore(deps): bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3 (#193)
Browse files Browse the repository at this point in the history
* chore(deps): bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3

Bumps [pre-commit-ci/lite-action](https://github.com/pre-commit-ci/lite-action) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/pre-commit-ci/lite-action/releases)
- [Commits](pre-commit-ci/lite-action@v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: pre-commit-ci/lite-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: only run pre-commit on pull requests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lvlcn-t <75443136+lvlcn-t@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and lvlcn-t authored Sep 12, 2024
1 parent fdb3ad9 commit 7805b0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: pre-commit.ci

on:
push:
on: [pull_request]

jobs:
pre-commit:
Expand All @@ -27,7 +26,7 @@ jobs:
uses: pre-commit/action@v3.0.1

- name: Run pre-commit.ci
uses: pre-commit-ci/lite-action@v1.0.2
uses: pre-commit-ci/lite-action@v1.0.3
if: always()
with:
msg: |
Expand Down

0 comments on commit 7805b0d

Please sign in to comment.