Module Consolidation

This commit is contained in:
Andrew Amason
2025-05-19 15:02:55 -04:00
parent 81b2d05cda
commit ec2b22290a
141 changed files with 58449 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Support this project!
# This is a project of passion for the community. If you find it useful, please consider supporting.
# Developed and maintained by James Robinson with the help and input of awesome community contributors.
# Buy Me a Coffee: https://buymeacoffee.com/skiptotheendpoint
buy_me_a_coffee: skiptotheendpoint

View File

@@ -0,0 +1,17 @@
name: CI
on:
push:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contribute list in contributors.md
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@master
with:
readme_path: "CONTRIBUTORS.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}