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.
2 parents 8e213eb + c16c5bb commit c323603Copy full SHA for c323603
script/check_incoming_branchname.clj
@@ -1,4 +1,5 @@
1
-(ns check-incoming-branchname)
+(ns check-incoming-branchname
2
+ (:require [clojure.string :as str]))
3
4
(defn usage []
5
(println "Usage: script/check_incoming_branchname.clj branchname")
0 commit comments