Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
OasisLCrypto committed Nov 25, 2024
1 parent 138b891 commit c6b224e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,3 @@ jobs:
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true

- name: Check formatting
run: |
if [ -n "$(gofmt -l .)" ]; then
echo "The following files are not formatted correctly:"
gofmt -l .
exit 1
fi

0 comments on commit c6b224e

Please sign in to comment.