We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08fd37 commit 9c92977Copy full SHA for 9c92977
.github/workflows/main.yml
@@ -14,7 +14,6 @@ jobs:
14
strategy:
15
matrix:
16
ruby:
17
- - '3.0'
18
- '3.1'
19
- '3.2'
20
- '3.3'
lefthook.yml
@@ -9,3 +9,5 @@ pre-commit:
9
run: bundle exec rubocop
10
rspec:
11
run: bundle exec rspec
12
+ steep:
13
+ run: bundle exec steep check
0 commit comments