Workflows para o seu código Python.
name: Python Workflow
on: [push]
jobs:
lint:
uses: gh-actions-workflows/python-workflows/.github/workflows/flake8.yaml@1.2
with:
python-version: '3.10'
Para mais detalhes sobre o funcionamento consulte o arquivo: flake8.yaml.
name: Python Workflow
on: [push]
jobs:
test:
uses: gh-actions-workflows/python-workflows/.github/workflows/pytest.yaml@1.2
with:
python-version: '3.10'
Para mais detalhes sobre o funcionamento consulte o arquivo: pytest.yaml.