Add automatic AI dependency trust verification to your GitHub Actions workflow. One line of YAML. That's it.
name: Trust Check
on: [push, pull_request]
jobs:
trust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nerq-ai/trust-gate@v1
How it works
- Add the YAML snippet to .github/workflows/trust-check.yml
- Push to trigger the workflow
- See trust report in the Actions summary with warnings and grades