Skip to content

Bump typer from 0.9.4 to 0.12.3 #45

Bump typer from 0.9.4 to 0.12.3

Bump typer from 0.9.4 to 0.12.3 #45

Workflow file for this run

name: Run verifications
on:
check_run:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
schedule:
# Run every Monday at 00:30 UTC
- cron: '30 0 * * 1'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'poetry'
- run: poetry install
- run: poetry run poe lint
- run: poetry run poe test
- run: poetry run adventofcode