mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-14 21:32:24 +00:00
fix(build): Fix linting on GitHub Actions
This commit is contained in:
6
.github/workflows/lint.yaml
vendored
6
.github/workflows/lint.yaml
vendored
@@ -16,6 +16,10 @@ jobs:
|
|||||||
python-version: ["3.9"]
|
python-version: ["3.9"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install Task
|
||||||
|
uses: arduino/setup-task@v2
|
||||||
|
with:
|
||||||
|
version: 3.x
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
@@ -27,4 +31,4 @@ jobs:
|
|||||||
virtualenvs-in-project: true
|
virtualenvs-in-project: true
|
||||||
- name: Lint with ruff
|
- name: Lint with ruff
|
||||||
run: |
|
run: |
|
||||||
make lint
|
task python:lint
|
||||||
|
|||||||
Reference in New Issue
Block a user