https://github.com/nofusscomputing/action_python
GH Action/Workflow for Python Projects.
https://github.com/nofusscomputing/action_python
Last synced: about 2 months ago
JSON representation
GH Action/Workflow for Python Projects.
- Host: GitHub
- URL: https://github.com/nofusscomputing/action_python
- Owner: nofusscomputing
- Created: 2024-08-09T07:29:30.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2026-01-29T05:27:29.000Z (about 2 months ago)
- Last Synced: 2026-01-29T21:39:07.036Z (about 2 months ago)
- Size: 80.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# No Fuss Computing - GH Action / Workflow for Python Projects

----
  
This project is hosted on our [Gitea](https://nofusscomputing.com/git/actions/python) instance and has a read-only copy hosted on [Github](https://nofusscomputing.com/git/nofusscomputing/action_python)
----
**Stable Branch**
----
**Development Branch**
----
links:
- [Issues](https://nofusscomputing.com/git/actions/python/issues)
- [Merge Requests (Pull Requests)](https://nofusscomputing.com/git/actions/python/pulls)
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.
``` yaml
---
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](https://nofusscomputing.com/git/pytest/simplified).
For further details on contributing please refer to the [contribution guide](CONTRIBUTING.md).
## Other
This repo is release under this [license](LICENSE)