Commit Graph

5 Commits

Author SHA1 Message Date
Julian Strobl
6a4dec59cc [audit] Remove continue-on-error on staticcheck
Let the pipeline fail if there is a staticcheck finding.

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-07 10:37:27 +02:00
Julian Strobl
3bd2befbf0 [CI] Add initial audit.yaml
https://www.alexedwards.net/blog/ci-with-go-and-github-actions

// Closes #18

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-04 14:39:54 +02:00
Julian Strobl
eca002355f [CI] Remove release.yml for now
- Code generation using protoc is only supported by Ignite CLI v0.26.1
or older

Wait til https://github.com/ignite/cli/pull/3476 is released

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-04 10:08:16 +02:00
Julian Strobl
58d6352c68 [sonar] Add initial setup
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-04 09:19:29 +02:00
Julian Strobl
7810d08780 Add initial generated code
```
$ ignite version
Ignite CLI version:             v0.27.1
Cosmos SDK version:             v0.47.3

$ ignite scaffold chain planetmint-go --address-prefix plmt --no-module
```

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-06-27 13:15:02 +02:00