Fix graphiql link in main nav (#998) #304
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: Security Checks | |
on: | |
workflow_dispatch: | |
push: | |
jobs: | |
pip-audit: | |
runs-on: ubuntu-latest | |
name: Pip Audit | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: pypa/[email protected] | |
with: | |
inputs: requirements.txt requirements-dev.txt | |
summary: true |