Skip to content

Commit d4da589

Browse files
committed
pre-commit -> lint
1 parent e909d44 commit d4da589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: pre-commit
1+
name: lint
22

33
on: [push, pull_request, workflow_dispatch]
44

55
permissions: {}
66

77
jobs:
88
lint:
9-
name: Run pre-commit checks
9+
name: Lint
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)