Skip to content

Commit

Permalink
Add ruff code analizer
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-su committed Jan 17, 2024
1 parent 3e2dd6d commit 59e6aee
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Test Workflow
name: Test package

on:
push:
Expand All @@ -18,7 +18,15 @@ concurrency:
cancel-in-progress: true

jobs:
test:
code_analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Analyze code
uses: chartboost/ruff-action@v1

tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -27,7 +35,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: pdm-project/setup-pdm@v3
Expand Down

0 comments on commit 59e6aee

Please sign in to comment.