aboutsummaryrefslogtreecommitdiff
path: root/frontend/.github/workflows
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-08-05 23:49:55 -0700
committerGravatar Anshul Gupta <ansg191@anshulg.com> 2024-08-05 23:49:55 -0700
commit32c8b0b24e868505eb46b3dbe2f3e29d467df2e4 (patch)
tree225c8433be783d9abd1001a28481526229d425bb /frontend/.github/workflows
parentc1af02affa172ddd869d042085e70b5f4deb4ab5 (diff)
downloadibd-trader-32c8b0b24e868505eb46b3dbe2f3e29d467df2e4.tar.gz
ibd-trader-32c8b0b24e868505eb46b3dbe2f3e29d467df2e4.tar.zst
ibd-trader-32c8b0b24e868505eb46b3dbe2f3e29d467df2e4.zip
Fix formatting
Diffstat (limited to 'frontend/.github/workflows')
-rw-r--r--frontend/.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/.github/workflows/ci.yml b/frontend/.github/workflows/ci.yml
index ba7139d..150da5f 100644
--- a/frontend/.github/workflows/ci.yml
+++ b/frontend/.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
on:
push:
- branches: [ "main" ]
+ branches: ["main"]
pull_request:
- branches: [ "main" ]
+ branches: ["main"]
jobs:
prettier: