Skip to content

Commit

Permalink
Merge pull request #174 from seapagan/add-ruff-to-ci
Browse files Browse the repository at this point in the history
run Ruff on github actions
  • Loading branch information
seapagan authored Oct 29, 2023
2 parents 86ed24d + afb9784 commit 36103ea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Linting
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
8 changes: 8 additions & 0 deletions py_maker/template/.github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Linting
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1

0 comments on commit 36103ea

Please sign in to comment.