Skip to content

build(deps): bump pytest from 7.4.4 to 8.0.0 #27

build(deps): bump pytest from 7.4.4 to 8.0.0

build(deps): bump pytest from 7.4.4 to 8.0.0 #27

name: Check PR using Sourcery
on: pull_request
jobs:
review-with-sourcery:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: sourcery-ai/action@v1
with:
token: ${{ secrets.WIFITE }}
diff_ref: ${{ github.event.pull_request.base.sha }}