Update actions
books / lint (push) Successful in 1m44s Details
books / epub (push) Successful in 3m31s Details

This commit is contained in:
Michel Roux 2023-09-29 00:31:23 +02:00
parent 7337c1b179
commit d26b041ca2
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Gr1N/setup-poetry@v8
- run: poetry install
- run: poetry run flake8 .
@ -21,7 +21,7 @@ jobs:
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Gr1N/setup-poetry@v8
- run: poetry install --without dev
- run: poetry run python books.py