Skip to content

Release 1.0.0

Release 1.0.0 #31

Workflow file for this run

name: Lint and build image for PR
on:
pull_request:
branches:
- 'main'
permissions:
contents: read
packages: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry==1.8.2
- uses: actions/setup-python@v4
with:
python-version: 3.12
cache: 'poetry'
cache-dependency-path: poetry.lock
- name: Install dependencies
run: |
poetry env use 3.12
poetry install
- name: Run precommit hooks
run: |
poetry run pre-commit run --all-files
build:
uses: ./.github/workflows/build.yml
with:
IMAGE_FLAVOR: |
latest=false