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 }}
All contributions for this project must be conducted from our Gitea.
For further details on contributing please refer to the contribution guide.
This repo is release under this license