Skip to content

Commit a996858

Browse files
committed
ci: run 'git diff' after linter
1 parent df412f3 commit a996858

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- checkout
5353
- install-just
5454
- run: just lint-all
55+
- run:
56+
name: check git tree is clean
57+
command: git diff --exit-code
5558
golang-modules-tidy:
5659
executor:
5760
name: go/default # is based on cimg/go

0 commit comments

Comments
 (0)