Skip to content

Commit

Permalink
black to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-sellforte committed Feb 16, 2024
1 parent dcafc15 commit a15f7a1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/black.yml → .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Lint

name: Ruff
on: [push, pull_request]

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

0 comments on commit a15f7a1

Please sign in to comment.