actions: better image for lint
default / test-lint (push) Failing after 14s Details
default / publish-deploy (push) Failing after 16s Details
default / docker-publish (push) Successful in 1m33s Details

pictuga 2023-06-24 00:26:12 +02:00
parent 4340b678d0
commit 85765b9965
1 changed files with 2 additions and 3 deletions

View File

@ -7,13 +7,12 @@ on:
jobs:
test-lint:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: https://github.com/actions/setup-python@v2
with:
python-version: 3.x
- run: pip install --upgrade pip
- run: pip install .[full] .[dev]
- run: isort --check-only --diff .