Skip to content

Commit 52a75da

Browse files
committed
Rename job steps
1 parent e93d203 commit 52a75da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/prek-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read
1111

1212
jobs:
13-
pre-commit:
13+
prek-audit:
1414
name: 🏃‍♂️‍➡️ prek on ${{ matrix.os }}
1515
runs-on: ${{ matrix.os }}
1616
strategy:

.github/workflows/prek-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read
1111

1212
jobs:
13-
pre-commit:
13+
prek-manual:
1414
name: 🏃‍♂️‍➡️ prek on ${{ matrix.os }}
1515
runs-on: ${{ matrix.os }}
1616
strategy:

.github/workflows/prek.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read
1111

1212
jobs:
13-
pre-commit:
13+
prek:
1414
name: 🏃🏿‍♂️‍➡️ prek on ${{ matrix.os }}
1515
runs-on: ${{ matrix.os }}
1616
strategy:

0 commit comments

Comments
 (0)