Skip to content

Commit 66cd2c0

Browse files
committed
More specs
1 parent a50a65b commit 66cd2c0

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/test.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ jobs:
1010
with:
1111
ruby-version: 3.1
1212
bundler-cache: true
13-
- name: 1
13+
- name: github-check
1414
uses: ./
1515
with:
1616
github_token: ${{ secrets.github_token }}
1717
reporter: github-check
1818
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

0 commit comments

Comments
 (0)