https://github.com/teamstep/unity-push-checker
A Github plugin for parsing changed unity files
https://github.com/teamstep/unity-push-checker
bot game-development unity
Last synced: about 1 month ago
JSON representation
A Github plugin for parsing changed unity files
- Host: GitHub
- URL: https://github.com/teamstep/unity-push-checker
- Owner: TeamSTEP
- License: apache-2.0
- Created: 2020-08-17T02:44:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T04:17:26.000Z (over 5 years ago)
- Last Synced: 2025-01-24T22:16:21.240Z (over 1 year ago)
- Topics: bot, game-development, unity
- Language: TypeScript
- Homepage: https://github.com/apps/unity-file-tracker
- Size: 783 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Unity Push Checker
> A GitHub App that checks for important changes made to the Unity project without any noise.

## Setup
```sh
# install dependencies
yarn
# run the project in development mode
yarn dev
# build the project and run for production
yarn build
yarn start
# run unit tests
yarn test
```
Please create a new `.env` file with the following keys
```env
# The ID of your GitHub App
APP_ID=
WEBHOOK_SECRET=development
# Use `trace` to get verbose logging or `info` to show less
LOG_LEVEL=debug
# Go to https://smee.io/new set this to the URL that you are redirected to.
WEBHOOK_PROXY_URL=
```
## Contributing
If you have suggestions for how Unity Push Checker could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2020 Hoon Kim