File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ jobs:
10
10
with :
11
11
ruby-version : 3.1
12
12
bundler-cache : true
13
- - name : 1
13
+ - name : github-check
14
14
uses : ./
15
15
with :
16
16
github_token : ${{ secrets.github_token }}
17
17
reporter : github-check
18
18
level : info
19
- # - name: 2
20
- # uses: ./
21
- # with:
22
- # github_token: ${{ secrets.github_token }}
23
- # reporter: github-pr-check
24
- # level: warning
25
- # workdir: ./testdata/subdir/
26
- # - name: 3
27
- # uses: ./
28
- # with:
29
- # github_token: ${{ secrets.github_token }}
30
- # reporter: github-pr-review
31
- # level: error
32
- # haml_lint_config : -c ./testdata/.haml-lint.yml
33
- # reviewdog_flags: -filter-mode=file -fail-on-error
19
+ - name : github-pr-check with workdir
20
+ uses : ./
21
+ with :
22
+ github_token : ${{ secrets.github_token }}
23
+ reporter : github-pr-check
24
+ level : warning
25
+ workdir : ./testdata/subdir/
26
+ - name : github-pr-review with extra flags
27
+ uses : ./
28
+ with :
29
+ github_token : ${{ secrets.github_token }}
30
+ reporter : github-pr-review
31
+ level : error
32
+ haml_lint_flags : -c ./testdata/.haml-lint.yml
33
+ reviewdog_flags : -filter-mode=file -fail-on-error
You can’t perform that action at this time.
0 commit comments