Skip to content

gh-actions-workflows/python-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Python Workflows

Workflows for your Python code.

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' 

For more details on how it works, see the file: flake8.yaml.

Tests - 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' 

For more details on how it works, see the file: pytest.yaml.

About

Repository for storing GitHub Actions Workflows for Python

Topics

Resources

Stars

Watchers

Forks