Added WebGL Threading Patcher as well to accompany the Async Utilitie… #219
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Post Push Checks and Commits | |
| on: | |
| push: | |
| branches: [ dev ] | |
| jobs: | |
| check_and_commit: | |
| name: Check and Commit | |
| uses: ChainSafe/web3.unity/.github/workflows/check_and_commit.yml@main | |
| secrets: inherit |