We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82828c7 commit 00b581fCopy full SHA for 00b581f
Makefile
@@ -0,0 +1,10 @@
1
+SHELL = /bin/bash
2
+
3
+build:
4
+ rubocop -a && \
5
+ bundle install
6
7
+test:
8
+ bundle exec rspec
9
10
+.PHONY: build test
0 commit comments