Big-Sister-App / Big-Sister

(in progress) An online heatmap of dangerous places to avoid as college students.
0 stars 0 forks source link

GitHub Actions workflow setup #15

Closed Mandy-cyber closed 1 year ago

Mandy-cyber commented 1 year ago

Context: GitHub Actions basically allow us to automatically run things on our code whenever we e.g. make a pull request to main. We could run things like checking if the code has been styled correctly, if it will break our website deploy (future thing), etc.

To-do: Add linters for

Useful Resources: Understanding GitHub Actions