You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Setup Github Actions
* Formatted the entire repo and fixed linting issues. (#47)
* Fix package.json to support npm run build and npm run build-all.
Fixed README accordingly.
Add pkg folder to .gitignore.
Signed-off-by: Ashish Mishra <[email protected]>
* Ran gofmt and golangci-lint through the entire project for changes.
Signed-off-by: Ashish Mishra <[email protected]>
* Add correct documentation for createJob (#61)
The selector field was earlier mentioned as comma-separated instead of json-selector format.
* Format cmd/unstake.go
Signed-off-by: Ashish Mishra <[email protected]>
* Ignore pkg/bindings from golangci-lint.
Signed-off-by: Ashish Mishra <[email protected]>
* Update go.yml
* Remove testing.
Testing should be added to another workflow as it requires a lot of dependencies to be installed.
0 commit comments