Skip to content

Commit

Permalink
add test for #19
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Aug 5, 2023
1 parent 8e48baa commit bc20dae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@ jobs:
with:
reviewdog_version: v0.10.0
- run: test "$(reviewdog -version)" = '0.10.0'

container:
runs-on: ubuntu-latest
container:
image: alpine:latest
steps:
- uses: actions/checkout@v3

- name: install reviewdog
uses: ./
- run: reviewdog -version

0 comments on commit bc20dae

Please sign in to comment.