From 36eba9da481fe3f87b25fc3739934af2c4557351 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Sat, 25 Jan 2020 22:11:58 +1000 Subject: [PATCH] Test actions/checkout@v0.1 --- .github/workflows/reviewdog.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index a2c9ad9..27f3c15 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -1,22 +1,12 @@ name: reviewdog on: [pull_request] jobs: - remark-lint: - name: runner / remark-lint - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: remark-lint - uses: prologic/action-remark-lint@v0.0.5 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} markdownlint: name: runner / markdownlint runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: markdownlint-github-pr-check - uses: prologic/action-markdownlint@v0 + - uses: prologic/action-markdownlint@v0.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-check