Skip to content

Merge pull request #61 from nikobockerman/renovate/astral-sh-setup-uv… #213

Merge pull request #61 from nikobockerman/renovate/astral-sh-setup-uv…

Merge pull request #61 from nikobockerman/renovate/astral-sh-setup-uv… #213

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Install uv
id: setup-uv
uses: astral-sh/setup-uv@f731690a1dacb2f6393acc910887b8cda1a97789 # v3
with:
version: "^0.4.20"
enable-cache: true
- run: echo "Installed uv version is ${{ steps.setup-uv.outputs.uv-version }}"
- name: Install python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
with:
python-version: 3.12
- run: python --version
- name: Install project
run: uv sync --all-extras --dev
- name: Run validations
run: uvx --from poethepoet poe validate