Skip to content

nofusscomputing/action_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

No Fuss Computing - GH Action / Workflow for Python Projects


Endpoint Badge



GitHub forks GitHub stars Github Watchers


This project is hosted on our Gitea instance and has a read-only copy hosted on Github


Stable Branch


Development Branch



links:

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 }}

Contributing

All contributions for this project must be conducted from our Gitea.

For further details on contributing please refer to the contribution guide.

Other

This repo is release under this license

About

GH Action/Workflow for Python Projects.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published