Skip to content

Commit 1c17033

Browse files
authored
Fix pre-commit step name (#1708)
Fixing copy-paste error that resulted in duplicate pre-commit test step name ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
1 parent 3879ffd commit 1c17033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ repos:
6565
entry: pnpm transform-recorded-tests
6666
- repo: local
6767
hooks:
68-
- id: format-recorded-tests
69-
name: format-recorded-tests
68+
- id: check-recorded-test-marks
69+
name: check-recorded-test-marks
7070
files: ^packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/.*/[^/]*\.yml$
7171
language: system
7272
entry: pnpm transform-recorded-tests --check-marks

0 commit comments

Comments
 (0)