mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-13 10:02:15 +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"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Task
|
||||
uses: arduino/setup-task@v2
|
||||
with:
|
||||
version: 3.x
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
@@ -27,4 +31,4 @@ jobs:
|
||||
virtualenvs-in-project: true
|
||||
- name: Lint with ruff
|
||||
run: |
|
||||
make lint
|
||||
task python:lint
|
||||
|
||||
Reference in New Issue
Block a user