Workflows for your Python code.
name: Python Workflow
on: [push]
jobs:
lint:
uses: gh-actions-workflows/python-workflows/.github/workflows/[email protected]
with:
python-version: '3.10' For more details on how it works, see the file: flake8.yaml.
name: Python Workflow
on: [push]
jobs:
test:
uses: gh-actions-workflows/python-workflows/.github/workflows/[email protected]
with:
python-version: '3.10' For more details on how it works, see the file: pytest.yaml.