NPM Package Release raindex v0.0.1-alpha.247 ui-components v0.0.1-alp… #8942
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: Git is clean | |
| on: [push] | |
| jobs: | |
| git-clean: | |
| # Build from committed sources and assert the committed meta/pointer | |
| # artifacts are still current. The meta hook is `script/build-meta.sh`; | |
| # pointers + abis use the upstream Build.sol convention. | |
| uses: rainlanguage/rainix/.github/workflows/rainix-copy-artifacts.yaml@main | |
| secrets: inherit |