Skip to content

Commit

Permalink
feat: test black and ruff in 1 step
Browse files Browse the repository at this point in the history
lchen-2101 committed Sep 14, 2023
1 parent 0da7942 commit 0bd9612
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -3,13 +3,9 @@ name: Linters
on: [push]

jobs:
black:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1

0 comments on commit 0bd9612

Please sign in to comment.