Skip to content

Commit

Permalink
chore(tests): add script that helps checking if there's something lef…
Browse files Browse the repository at this point in the history
…t to patch before raising a PR
  • Loading branch information
KaiSchwarz-cnic committed Jan 17, 2025
1 parent 3a27c1e commit e307d9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions tests/finalize_dev.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
cd rtldev-middleware-dnscontrol
go vet ./...
go fmt ./...
go generate ./...
go mod tidy
cd ..

0 comments on commit e307d9c

Please sign in to comment.