This commit is contained in:
parent
af9ef1da23
commit
c5a1ac0551
@ -10,13 +10,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v2
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: https://github.com/actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
cache: 'pip' # caching pip dependencies
|
cache: 'pip' # caching pip dependencies
|
||||||
- name: Install dependencies
|
- run: pip install ruff
|
||||||
run: pip3 install -r requirements.txt
|
- run: |
|
||||||
|
ruff check .
|
||||||
|
ruff fix .
|
||||||
|
# - uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
|
# with:
|
||||||
|
# commit_message: 'style fixes by ruff'
|
||||||
|
Loading…
Reference in New Issue
Block a user