Skip to content

Commit

Permalink
refactor: add code formatting to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vergenzt authored and nedbat committed Apr 26, 2024
1 parent e591c4d commit 773bedf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ concurrency:
cancel-in-progress: true

jobs:

format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'

tests:
name: "Python ${{ matrix.python }} on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}-${{ matrix.os-version || 'latest' }}"
Expand Down

0 comments on commit 773bedf

Please sign in to comment.