Open alcpereira opened 9 months ago
It is good practice to have Github Actions automating some checks on every commit/PR. At this stage, we should at least add:
npm run lint
npm run typecheck
Learn about Github Actions and add those two jobs on every PR update (every commit update).
I will work on this one
Description
It is good practice to have Github Actions automating some checks on every commit/PR. At this stage, we should at least add:
npm run lint
but on Github)npm run typecheck
)Learn about Github Actions and add those two jobs on every PR update (every commit update).
ACs