Skip to content

Commit

Permalink
Check formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lwrubel committed Jun 17, 2024
1 parent b2fcb2a commit f707fe3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Lint
- name: Lint and format
uses: chartboost/ruff-action@v1
# it may move, see https://github.com/astral-sh/ruff/issues/8400
with:
args: 'format --check'

- name: Install dependencies
run: |
Expand Down

0 comments on commit f707fe3

Please sign in to comment.