Skip to content

Commit 7ff3ae7

Browse files
committed
style: apply code style
1 parent 352b5f5 commit 7ff3ae7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI
2-
on: [ push, pull_request ]
2+
on: [push, pull_request]
33
env:
44
CI: true
55
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ${{matrix.os}}
1212
strategy:
1313
matrix:
14-
os: [ ubuntu-latest, windows-latest, macos-latest ]
15-
node-version: [ 18.x, 20.x, 21.x, 22.x ]
14+
os: [ubuntu-latest, windows-latest, macos-latest]
15+
node-version: [18.x, 20.x, 21.x, 22.x]
1616
steps:
1717
- name: git checkout
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)