Skip to content

Commit 5a87ff2

Browse files
committed
unify yml format
1 parent 60e5487 commit 5a87ff2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: test
44
on:
55
push:
66
branches:
7-
- master
7+
- master
88
tags:
9-
- v*
9+
- v*
1010
pull_request:
1111
env:
1212
DEBIAN_FRONTEND: noninteractive
@@ -64,10 +64,10 @@ jobs:
6464
needs: test
6565
runs-on: ubuntu-latest
6666
steps:
67-
- uses: shogo82148/actions-goveralls@v1
68-
with:
69-
github-token: ${{ secrets.GITHUB_TOKEN }}
70-
parallel-finished: true
67+
- uses: shogo82148/actions-goveralls@v1
68+
with:
69+
github-token: ${{ secrets.GITHUB_TOKEN }}
70+
parallel-finished: true
7171
build:
7272
needs: test
7373
runs-on: ubuntu-latest
@@ -114,8 +114,8 @@ jobs:
114114
with:
115115
directory: artifacts/
116116
github-token: ${{ secrets.GITHUB_TOKEN }}
117-
tag-prefix: 'refs/tags/v'
118-
bump-up-branch-prefix: 'bump-version-'
117+
tag-prefix: "refs/tags/v"
118+
bump-up-branch-prefix: "bump-version-"
119119
- uses: 8398a7/action-slack@v3
120120
with:
121121
status: ${{ job.status }}

0 commit comments

Comments
 (0)