Fix github action YAML indentation

This commit is contained in:
Deko
2023-04-14 19:25:07 +02:00
parent 7f98b446af
commit 088e789372

View File

@@ -35,7 +35,7 @@ jobs:
- name: pytest - name: pytest
run: poetry run pytest --cov -v run: poetry run pytest --cov -v
build: build:
- runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
contents: read contents: read
packages: write packages: write