Skip to content

Merge pull request #110 from obiwac/episode-descriptions #35

Merge pull request #110 from obiwac/episode-descriptions

Merge pull request #110 from obiwac/episode-descriptions #35

Workflow file for this run

name: Check formatting and linting
on: push
jobs:
check_formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'
check_linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1