Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 538 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 538 Bytes

How to run all tests

  1. Copy .env.example to .env
  2. Fill .env
  3. Run dotenv go test ./...

How to deploy

$ cd path/to/unity-meta-check

$ # Write the new version to deploy into version.go
$ edit ./version/version.go
$ go run ./tool/gh-action-yamo-gen/main.go ./action.yml
$ git add ./version/version.go ./action.yml
$ git commit -m "Bump to $(./scripts/print-version)"
$ git push

$ # Deploy to GitHub releases and Docker registry and unity-meta-check-bins:
$ scripts/deploy