-
Notifications
You must be signed in to change notification settings - Fork 0
GitHub CI Quick Links
Robb edited this page Mar 8, 2023
·
4 revisions
Understanding GitHub Actions: GitHub Actions
Building CI for Python: Python CI
Building CI for Node: Node CI
How to add a working directory: Working Directory link
Adding Secrets to repository: Secrets
- Secrets are necessary for the .env file so that it is not publicly accessible, since it is necessary for the Python CI to run
Example on using GitHub Secrets: Using Secrets
Adding Linting to CI Runs: Adding Linting