Skip to content

Commit

Permalink
added linter
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Nov 1, 2023
1 parent 63aaf15 commit 67119ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/black.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/ruff_linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Ruff

on:
pull_request:
branches: [main]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1

0 comments on commit 67119ad

Please sign in to comment.