File: verify-codegen.sh

package info (click to toggle)
deck 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,080 kB
  • sloc: makefile: 17; sh: 3
file content (6 lines) | stat: -rwxr-xr-x 106 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/bash -e

cp file/schema.go /tmp/schema.go
go generate ./...

diff -u /tmp/schema.go file/schema.go