aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2022-04-26 19:36:46 +0200
committerMichael Muré <batolettre@gmail.com>2022-04-26 19:36:46 +0200
commit8ee333582ff82d0df971309e94946f2f6e69475b (patch)
tree0ba2904b8e27f5d17b247be2ee70dc6ba7157d59 /.github/workflows
parenta00f1a98972239c4a57cc126e9b41e6c4c53b023 (diff)
downloadgit-bug-8ee333582ff82d0df971309e94946f2f6e69475b.tar.gz
a few fixes
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 21fff7dc..27353e90 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -51,5 +51,5 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- - name: Check Code Formation
+ - name: Check Code Formatting
run: find . -name "*.go" | while read line; do [ -z "$(gofmt -d "$line" | head)" ] || exit 1; done