platform-coop-toolkit / coop-map-directory-index

The Map/Directory/Index component of the Platform Cooperative Development Kit.
https://directory.platform.coop
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

ci: add GitHub Actions for testing #63

Closed greatislander closed 4 years ago

greatislander commented 4 years ago

Description

Adds CI tests using GitHub Actions for:

Also adds ESLint and Stylelint via pre-commit hooks.

Steps to test

  1. Review GitHub Actions.

Expected behavior: Tests pass.

Additional information

I was going to run Django tests as well but I need to do some more research on how to do this efficiently in GitHub Actions, so this PR's scope is limited to CSS and JS linting.

Related issues

Not applicable.