Skip to content

chore(deps): update docker/login-action action to v3.7.0 (#23) #109

chore(deps): update docker/login-action action to v3.7.0 (#23)

chore(deps): update docker/login-action action to v3.7.0 (#23) #109

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
- run: uv sync --dev
- run: uv run ruff check .
- run: uv run ruff format --check .
- run: uv run pyright
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
- name: Install bubblewrap
run: sudo apt-get update && sudo apt-get install -y bubblewrap
- run: uv sync --dev
- run: uv run pytest --cov --cov-report=term-missing