Skip to content

[pre-commit.ci] pre-commit autoupdate #122

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #122

Workflow file for this run

---
name: CI
on:
pull_request:
branches:
- main
push:
jobs:
tox:
uses: daniel-mizsak/workflows/.github/workflows/tox.yml@main
with:
python-versions: "['3.11', '3.12']"

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 13, Col: 24): Invalid input, python-versions is not defined in the referenced workflow.
codecov: true
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}