Skip to content

Commit a754728

Browse files
authored
Use unique name for publishing in GitHub Marketplace (#8)
1 parent 64b34e1 commit a754728

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ generally you want to use [pre-commit.ci] which is faster and has more features.
66

77
___
88

9-
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pre-commit/action/main.svg)](https://results.pre-commit.ci/latest/github/pre-commit/action/main)
10-
[![Build Status](https://github.com/pre-commit/action/actions/workflows/main.yml/badge.svg)](https://github.com/pre-commit/action/actions)
9+
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/tox-dev/action-pre-commit-uv/main.svg)](https://results.pre-commit.ci/latest/github/tox-dev/action-pre-commit-uv/main)
10+
[![Build Status](https://github.com/tox-dev/action-pre-commit-uv/actions/workflows/main.yml/badge.svg)](https://github.com/tox-dev/action-pre-commit-uv/actions)
1111

12-
pre-commit/action
13-
=================
12+
tox-dev/action-pre-commit-uv
13+
============================
1414

1515
A GitHub action to run [pre-commit](https://pre-commit.com)
1616
using [pre-commit-uv](https://github.com/tox-dev/pre-commit-uv).

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pre-commit
1+
name: pre-commit-uv
22
description: run pre-commit
33
inputs:
44
extra_args:

0 commit comments

Comments
 (0)