Skip to content

Commit

Permalink
ag
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Nov 1, 2024
1 parent 0e44d40 commit 319920c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ lint-client:
golangci-lint run

lint-provider:
golines . --dry-run
#!/usr/bin/env bash
cd {{ CONFIG_API_PROVIDER_DIR }}
Expand All @@ -73,6 +72,7 @@ lint-provider:
exit 1
fi

golines . --dry-run
if [ -n "$(golines . --dry-run)" ]; then
echo "Error: (golines) formatting required" >&2
exit 1
Expand Down

0 comments on commit 319920c

Please sign in to comment.