File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,3 +13,8 @@ indent_size = 4
1313[package.json ]
1414indent_style = space
1515indent_size = 2
16+
17+ [* .{yaml,yml} ]
18+ end_of_line = lf
19+ indent_style = space
20+ indent_size = 2
Original file line number Diff line number Diff line change 33on :
44 workflow_dispatch :
55 workflow_run :
6- workflows : [ "CI" ]
7- branches : [ master ]
6+ workflows : ["CI"]
7+ branches : [master]
88 types :
99 - completed
1010
3838 target : ${{ env.BOT_HOME_DIR }}
3939 overwrite : true
4040
41-
4241 - name : Deploy CSZ Bot
4342 uses : appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2
4443 env :
Original file line number Diff line number Diff line change @@ -2,21 +2,19 @@ name: CI
22
33on :
44 pull_request :
5- branches : [ master ]
5+ branches : [master]
66 push :
7- branches : [ master ]
7+ branches : [master]
88
99env :
1010 DOCKER_BUILDKIT : " 1"
1111
1212jobs :
13-
1413 lint :
15-
1614 strategy :
1715 fail-fast : false
1816 matrix :
19- platform : [ "ubuntu-slim", "windows-latest", "macos-latest" ]
17+ platform : ["ubuntu-slim", "windows-latest", "macos-latest"]
2018
2119 name : Lint
2220 runs-on : ${{ matrix.platform }}
9189
9290 echo "first=$first" >> "$GITHUB_OUTPUT"
9391
94-
9592 - name : Build and export
9693 uses : docker/build-push-action@v6
9794 id : build
@@ -115,7 +112,7 @@ jobs:
115112
116113 if : ${{ !github.event.repository.fork }}
117114
118- needs : [ build ]
115+ needs : [build]
119116
120117 concurrency : e2e
121118 environment :
You can’t perform that action at this time.
0 commit comments