zizi
This commit is contained in:
@@ -14,11 +14,12 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
apt-get install -y python3-pip
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
pip install -r src/requirements.txt
|
pip3 install -r src/requirements.txt
|
||||||
- name: Lint and format with Ruff
|
- name: Lint and format with Ruff
|
||||||
run: |
|
run: |
|
||||||
pip install ruff
|
pip3 install ruff
|
||||||
ruff check src
|
ruff check src
|
||||||
ruff format --check src
|
ruff format --check src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user