Skip to content

Commit

Permalink
resolve issues
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed Oct 12, 2023
1 parent 1e0bc07 commit d80049a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
permissions:
pull-requests: write

jobs:
test-check:
name: runner / fail-on-found (github-check)
Expand Down Expand Up @@ -46,4 +46,5 @@ jobs:
reporter: github-pr-review
level: error
pattern: "TODO_DISCUSS_IN_THIS_COMMIT|TODO_IN_THIS_COMMIT"
ignore: README.md
reviewdog_flags: -filter-mode=file -fail-on-error
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ ENV REVIEWDOG_VERSION=v0.15.0

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

# hadolint ignore=DL3006
RUN apk --no-cache add git the_silver_searcher
RUN apk --no-cache add git=2.40.1-r0 the_silver_searcher=2.2.0-r1

RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}

Expand Down

0 comments on commit d80049a

Please sign in to comment.