Add tests
Some checks failed
PR Check / lint-and-format (pull_request) Failing after 11s

This commit is contained in:
Mylloon 2024-09-27 12:12:47 +02:00
parent 64ae6d08ad
commit e1607112a7
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,4 +1,4 @@
name: Lint and Format Check name: PR Check
on: on:
pull_request: pull_request:
@ -21,3 +21,6 @@ jobs:
- name: Run format check - name: Run format check
run: npm run format-check run: npm run format-check
- name: Run tests
run: npm run test