Skip to content

Latest commit

 

History

History
82 lines (41 loc) · 1.83 KB

File metadata and controls

82 lines (41 loc) · 1.83 KB

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