Skip to content

Commit

Permalink
replaced flake8 github action with ruff action
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Aug 8, 2024
1 parent 3957327 commit c761037
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/Lintly-Flake8.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
version: 0.5.6

0 comments on commit c761037

Please sign in to comment.