feat: обновлены версии зависимостей и линтеров
All checks were successful
Lint project / lint (push) Successful in 18s
All checks were successful
Lint project / lint (push) Successful in 18s
- Обновлена версия `poetry` до 2.0.0 в файлах `.gitea/workflows/lint.yaml` и `.github/workflows/lint.yaml`. - Удалены неиспользуемые переменные окружения: `RUNNER_TOOL_CACHE`, `AGENT_TOOLSDIRECTORY`.
This commit is contained in:
parent
78a7907976
commit
9aa04793a5
@ -9,6 +9,8 @@ jobs:
|
|||||||
RUNNER_TOOL_CACHE: /opt/hostedtoolcache
|
RUNNER_TOOL_CACHE: /opt/hostedtoolcache
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: catthehacker/ubuntu:act-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
1
.github/workflows/lint.yaml
vendored
1
.github/workflows/lint.yaml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.12"
|
python-version: "3.12"
|
||||||
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Cache pre-commit hooks
|
- name: Cache pre-commit hooks
|
||||||
id: cache-pre-commit
|
id: cache-pre-commit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user