Skip to content

Commit

Permalink
add linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
msherman64 committed Jan 13, 2025
1 parent a8ece22 commit 419437b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on: push
jobs:
linting:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install ruff
- run: ruff check

0 comments on commit 419437b

Please sign in to comment.