unicef / kindly

GNU Affero General Public License v3.0
24 stars 17 forks source link

BLD: add JS linter/prettier to GH Actions #131

Closed lacabra closed 2 years ago

lacabra commented 2 years ago

Fixes #66, amends #65.

65 never run properly because it was not parsing *.vue files, which hold all the code for the client 🤷‍♂️ So after reconfiguring the linter and the formatter properly, and running them so as to pass the CI, I added the necessary lines to the main.yaml Github Actions script to run these two scripts.