mirror of
https://github.com/createfuture-cloud/feedsummarizer.git
synced 2025-12-13 10:12:25 +00:00
Add linting with Black
This commit is contained in:
12
.github/workflows/test.yaml
vendored
Normal file
12
.github/workflows/test.yaml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Testing
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
lint-black:
|
||||
name: Lint with Black
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13'
|
||||
- run: uv run black --check src/
|
||||
Reference in New Issue
Block a user