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