summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2020-03-20 14:39:34 +0100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-21 12:55:44 +1100
commitb5c4f78e9dc9d8cb86cffbee2e15daca4d5bb85f (patch)
tree2b1f0c4dcd7d2974ee15fd840a84251b0fc19319
parent59b0e2d70aea286f8f0948cc877c1920e8826358 (diff)
Remove redundant semicolonv0.17.2
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 481886082..878276864 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
run: |
if [ $(find . ! -path "./vendor/*" -name "*.go" -exec gofmt -s -d {} \;|wc -l) -gt 0 ]; then
find . ! -path "./vendor/*" -name "*.go" -exec gofmt -s -d {} \;
- exit 1;
+ exit 1
fi
- name: Test code
run: |