Skip to content

Commit 9d87010

Browse files
add tasks
1 parent e8d19c3 commit 9d87010

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

mise.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
[tools]
22
ruby = '3.4.5'
33

4-
[tasks.rubocop]
5-
run = "bundle exec rubocop"
4+
[tasks.build]
5+
run = "bundle"
6+
alias = 'b'
7+
8+
[tasks.tests]
9+
run = "./bin/rspec"
10+
11+
[tasks.lint]
12+
run = "./bin/rubocop"

0 commit comments

Comments
 (0)