Skip to content

Commit 54965f2

Browse files
committed
move ruff
1 parent 788c8cb commit 54965f2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/ruff.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Ruff
2+
3+
on: [ push, pull_request ]
4+
5+
jobs:
6+
ruff:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: chartboost/ruff-action@v1

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: poetry install
4242
- name: Run pytest
4343
run: |
44-
poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black --ruff
44+
poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black
4545
- name: Upload coverage to Codecov
4646
uses: codecov/codecov-action@v3
4747
with:

0 commit comments

Comments
 (0)