Skip to content

Commit 41bf11e

Browse files
authored
Fix code style
1 parent 0527c66 commit 41bf11e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v1
12+
- uses: actions/checkout@v2
13+
- uses: actions/setup-node@v1
1414

1515
- name: Install grunt
1616
run: yarn global add grunt-cli

0 commit comments

Comments
 (0)