File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1818 reporter : github-check
1919 level : warning
2020 filter_mode : nofilter
21+ markdownlint_flags : . -i README.md SECURITY.md
2122
2223 - name : markdownlint-github-pr-review
2324 uses : ./
2425 with :
2526 github_token : ${{ secrets.GITHUB_TOKEN }}
2627 reporter : github-pr-review
28+ markdownlint_flags : . -i README.md SECURITY.md
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ RUN apt-get update \
1111 ca-certificates \
1212 git \
1313 wget \
14+ curl \
1415 && apt-get clean \
1516 && rm -rf /var/lib/apt/lists/*
1617RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/fd59714416d6d9a1c0692d872e38e7f8448df4fc/install.sh \
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ inputs:
4040 default : ' .'
4141runs :
4242 using : ' docker'
43- image : ' docker://ghcr.io/amanstep/action-markdown-lint@sha256:2f2bee56beb1f33896e2cdd53be1a9e40b5b460e2ad29fc262b0372a6411f937 '
43+ image : ' docker://ghcr.io/amanstep/action-markdown-lint@sha256:f8966b3235a824ba0b525cdd82e4f118dd1d20a061b311ba99973ba2b5f03740 '
4444branding :
4545 icon : ' zoom-in'
4646 color : ' purple'
You can’t perform that action at this time.
0 commit comments