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 ea44f1e commit 012d20dCopy full SHA for 012d20d
Makefile
@@ -22,10 +22,10 @@ workflow5:
22
@cp info5.plist info.plist
23
@zip Deepl-Translate.alfred5workflow icon.png info.plist deepl.sh
24
@rm info.plist
25
-
+
26
feedback:
27
@open https://github.com/alexanderwillner/deepl-alfred-workflow2/issues
28
29
bats:
30
@echo "Running dynamic tests..."
31
@type bats >/dev/null 2>&1 || (echo "Run 'brew install bats-core' first." >&2 ; exit 1)
@@ -45,7 +45,7 @@ test:
45
46
harden:
47
@shellharden --replace deepl.sh
48
49
style:
50
@type shfmt >/dev/null 2>&1 || (echo "Run 'brew install shfmt' first." >&2 ; exit 1)
51
@shfmt -i 2 -w -s *.sh
0 commit comments