Skip to content

Merge pull request #31 from PyAutoLabs/feature/python-312-release-sur… #13

Merge pull request #31 from PyAutoLabs/feature/python-312-release-sur…

Merge pull request #31 from PyAutoLabs/feature/python-312-release-sur… #13

Workflow file for this run

name: validate
on:
push:
branches: [main]
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install pytest
- run: make validate
- run: make test