Skip to content

Commit

Permalink
🔄 created local '.github/workflows/lint-python.yml' from remote 'comm…
Browse files Browse the repository at this point in the history
…on/actions/lint-python.yml'
  • Loading branch information
lwjohnst86 committed Feb 14, 2024
1 parent 2f74529 commit 800f2b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lint-python.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Lint Python Code

on: [ push, pull_request ]

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

0 comments on commit 800f2b3

Please sign in to comment.