Skip to content

Allow calling another implementation with a suffix #8

Allow calling another implementation with a suffix

Allow calling another implementation with a suffix #8

Workflow file for this run

name: Run verifications
on:
check_run:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'poetry'
- run: poetry install
- run: poetry run poe lint