Skip to content

Commit 6450552

Browse files
committed
ci: format workflow with Prettier
1 parent 07af2af commit 6450552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [main]
55
pull_request:
6-
branches: [ main ]
6+
branches: [main]
77
concurrency:
88
group: ci-${{ github.ref }}
99
cancel-in-progress: true

0 commit comments

Comments
 (0)