Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

GitHub setup

Willem Liu edited this page Mar 9, 2021 · 7 revisions

Add external collaborators

Add external collaborators here

Dependabot alerts

Go to the Security tab and enable Dependabot alerts. This will allow dependabot to send an alert when a security vulnerability has been detected.

CodeQL

Go to the Security tab and setup Code Scanning Alerts. Completing this step will add a codeql-analysis.yml file in the /.github/workflows folder.

Automate Builds + Tests

Add a /.github/workflows/build.yml to use GitHub Actions to automate builds/tests of the project

Add environment variables

Add new repository secrets for use during builds/tests here.