Skip to content

Commit 9c92977

Browse files
committed
Update lefthook configuration to change pre-commit to prepare-commit-msg and reorganize commands
1 parent a08fd37 commit 9c92977

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.0'
1817
- '3.1'
1918
- '3.2'
2019
- '3.3'

lefthook.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ pre-commit:
99
run: bundle exec rubocop
1010
rspec:
1111
run: bundle exec rspec
12+
steep:
13+
run: bundle exec steep check

0 commit comments

Comments
 (0)