Skip to content

Commit cd6c126

Browse files
committed
different workfloy
1 parent 74e6ccc commit cd6c126

2 files changed

Lines changed: 18 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@ name: CI
33
on: push
44

55
jobs:
6-
prettier:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@v4
10-
11-
- uses: EPMatt/reviewdog-action-prettier@v1
12-
with:
13-
github_token: ${{ secrets.github_token }}
14-
reporter: github-pr-review
15-
level: error
16-
fail_level: error
17-
filter_mode: file
18-
196
build:
207
runs-on: ubuntu-latest
218
steps:

.github/workflows/reviewdog.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Reviewdog
2+
3+
on: pull_request
4+
5+
jobs:
6+
prettier:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
11+
- uses: EPMatt/reviewdog-action-prettier@v1
12+
with:
13+
github_token: ${{ secrets.github_token }}
14+
reporter: github-pr-review
15+
level: error
16+
fail_level: error
17+
filter_mode: file
18+

0 commit comments

Comments
 (0)