Set python version at project level to get correct ruff warnings #1174
This file contains 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: Source safety | |
on: | |
pull_request: | |
push: | |
jobs: | |
secrets: | |
name: Check for secrets | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: nationalarchives/tdr-github-actions/.github/actions/run-git-secrets@main |