Skip to content

fix: version defaulting to 0.0.0.dev0 #122

fix: version defaulting to 0.0.0.dev0

fix: version defaulting to 0.0.0.dev0 #122

Workflow file for this run

name: Run flake8 validation
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 2
strategy:
matrix:
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run flake8 verification
run: |
./scripts/lint.sh