Skip to content

nofusscomputing/action_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 

Repository files navigation

No Fuss Computing - GH Action / Workflow for Python Projects

To use this workflow within your project add a file at path .github/workflows/ci.yaml or add the job to your existing CI file.

---

name: 'CI'


on:
  push:
    branches:
      - '**'
    tags:
      - '*'


jobs:


  python:
    name: 'Python'
    uses: nofusscomputing/action_python/.github/workflows/python.yaml@development
    secrets:
      WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}

About

GH Action/Workflow for Python Projects.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published