Skip to content

Commit

Permalink
test: Create sorcery.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn authored Jan 13, 2025
1 parent d899d81 commit 0f7a1c4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/sorcery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Sourcery

on:
push:
branches: [main]

jobs:
review-with-sourcery:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.13'

- uses: sourcery-ai/action@v1
with:
token: ${{ secrets.SOURCERY_TOKEN }}

0 comments on commit 0f7a1c4

Please sign in to comment.