chore: Add Prettier and pre-commit hook for consistent formatting, ap… #182
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: 'Release' | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| - 'release/**/*' | |
| jobs: | |
| release: | |
| uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude | |
| permissions: | |
| attestations: 'write' | |
| contents: 'write' | |
| packages: 'write' | |
| secrets: | |
| ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}' |