ci: run prettier formatting, fix ci workflow to not run twice

This commit is contained in:
Amruth Pillai
2023-11-26 14:37:12 +01:00
parent 446c5db68f
commit 7db0c4d60a
4 changed files with 23 additions and 96 deletions

View File

@ -2,7 +2,11 @@ name: Lint, Test and Build
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
permissions: