Compare commits
3 Commits
e41d3f5e3a
...
backend/mi
Author | SHA1 | Date | |
---|---|---|---|
bf8b64aacf | |||
44cd983fb8 | |||
89c95063dd |
@@ -15,18 +15,18 @@ jobs:
|
|||||||
|
|
||||||
- uses: https://gitea.com/actions/checkout@v4
|
- uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install pylint
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y python3 python3-pip
|
apt-get update && apt-get install -y python3 python3-pip
|
||||||
pip install pipenv
|
pip install pylint
|
||||||
|
|
||||||
- name: Install packages
|
# - name: Install packages
|
||||||
run: |
|
# run: |
|
||||||
ls -la
|
# ls -la
|
||||||
# only install dev-packages
|
# # only install dev-packages
|
||||||
pipenv install --categories=dev-packages
|
# uv sync
|
||||||
working-directory: backend
|
# working-directory: backend
|
||||||
|
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: pipenv run pylint src --fail-under=9
|
run: pylint src --fail-under=9
|
||||||
working-directory: backend
|
working-directory: backend
|
||||||
|
Reference in New Issue
Block a user