diff options
author | 2024-08-05 23:49:55 -0700 | |
---|---|---|
committer | 2024-08-05 23:49:55 -0700 | |
commit | 32c8b0b24e868505eb46b3dbe2f3e29d467df2e4 (patch) | |
tree | 225c8433be783d9abd1001a28481526229d425bb /frontend/.github/workflows | |
parent | c1af02affa172ddd869d042085e70b5f4deb4ab5 (diff) | |
download | ibd-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.yml | 4 |
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: |