Skip to content

Commit 13d2b41

Browse files
committed
ublish my runtesh.sh and acknowledge the scap test outputs
1 parent c369c52 commit 13d2b41

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/gocomply_xsd2go
2+
/scap

runtest.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
set -x -e -o pipefail
3+
4+
go test ./...
5+
go vet ./...
6+
go fmt ./...
7+
8+
go build ./cli/gocomply_xsd2go
9+
# ./.github/workflows/scap.sh

0 commit comments

Comments
 (0)