Skip to content

Commit

Permalink
Merge pull request #2 from NitorCreations/github-ruff
Browse files Browse the repository at this point in the history
Run ruff check as a GitHub action
  • Loading branch information
Jalle19 authored Sep 5, 2024
2 parents 25594ce + 10dcb36 commit 45c579f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 41 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Ruff
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
41 changes: 0 additions & 41 deletions client.py

This file was deleted.

0 comments on commit 45c579f

Please sign in to comment.