chore: merge dev to main #181

Merged
Anri merged 40 commits from dev into main 2024-09-27 20:49:36 +02:00
Showing only changes of commit e1607112a7 - Show all commits

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