As a contributor to the Code & Coffee Compendium site, I want a series of CI/CD tests to ensure that my update works as intended after submitting a PR to the main branch.
Github Actions will be developed to test the following:
[ ] Check for broken images.
[ ] Check for broken links.
[ ] Check for missing HTTPS protocol.
[ ] Check for missing alt-text.
[ ] Spell / Grammar check
[ ] Deploy preview site on netlify #95
The following GH Action will only run at deploy time:
As a contributor to the Code & Coffee Compendium site, I want a series of CI/CD tests to ensure that my update works as intended after submitting a PR to the main branch.
Github Actions will be developed to test the following:
The following GH Action will only run at deploy time:
These tests will ensure a higher quality product, and air PR reviewers by automating some of the more tedious certification tasks.