Skip to content

Repositório para armazenamento de Workflows do GitHub Actions para Python

Notifications You must be signed in to change notification settings

gh-actions-workflows/python-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Python Workflows

Workflows para o seu código Python.

Lint - Flake8

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.

Testes - Pytest

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.

About

Repositório para armazenamento de Workflows do GitHub Actions para Python

Topics

Resources

Stars

Watchers

Forks