docs: fix README code-fence rendering #26
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: Secret scan | |
| on: | |
| push: | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| high-confidence-secrets: | |
| name: High-confidence secret scan | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v7 | |
| - name: Run secret scan | |
| run: python3 scripts/check_secrets.py |