Add helpful runtime tips to README #187
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: Black Formatting Check | |
| # Run on every push and pull request | |
| on: [push, pull_request] | |
| jobs: | |
| call-format-check: | |
| uses: project-carpi/.github/.github/workflows/black-check.yml@main | |
| permissions: | |
| contents: read | |
| secrets: inherit |