build(deps): bump snyk/actions from 8349f9043a8b7f0f3ee8885bf28f0b388d2446e8 to d406fd286b663eb8c6f8adcced4f7bcd199c0a3f #70
Workflow file for this run
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: Check PR using Sourcery | |
on: pull_request | |
jobs: | |
review-with-sourcery: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: '3.10' | |
- uses: sourcery-ai/action@v1 | |
with: | |
token: ${{ secrets.WIFITE }} | |
diff_ref: ${{ github.event.pull_request.base.sha }} |