Call-for-Code-for-Racial-Justice / TakeTwo-Marker-ChromeExtension

Call For Code Diverse Representation Problem 3 marker chrome extension
MIT License
7 stars 9 forks source link

Add super linter to workflow #42

Closed nic-jol closed 2 years ago

nic-jol commented 2 years ago

Contributes to #41

What did you do?

Added GitHub action to run super-linter (https://github.com/marketplace/actions/super-linter) whenever changes are pushed or a pull request is created. It covers JS, HTML, and CSS.

Why did you do it?

As part of creating a CI/CD process, we want to have a linter to verify the formatting of contributed files.

How have you tested it?

On push test: https://github.com/nic-jol/TakeTwo-Marker-ChromeExtension/runs/5313865440?check_suite_focus=true Creating a PR test: https://github.com/nic-jol/TakeTwo-Marker-ChromeExtension/pull/1

Were docs updated if needed?

Unsure if any docs need to be updated.

Type of change

Checklist: