From eccf1695c67cc0c2ccdb6045cf85b6439ede07f4 Mon Sep 17 00:00:00 2001 From: Sebastian Guillen Date: Thu, 7 Nov 2019 16:55:28 +0100 Subject: [PATCH 1/8] Update reviewdog.yml --- .github/workflows/reviewdog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 968c4e9..091ac70 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -1,6 +1,6 @@ name: reviewdog on Pull Request -on: [push] # on: [pull_request] +on: [pull_request] jobs: reviewdog: @@ -25,7 +25,7 @@ jobs: env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - reviewdog + reviewdog -reporter=github-pr-check misspell: name: runner / misspell From 316dc17a372e2bbd1ffd897fe6e565d52b3d7290 Mon Sep 17 00:00:00 2001 From: Sebastian Guillen Date: Thu, 7 Nov 2019 17:11:55 +0100 Subject: [PATCH 2/8] Create .reviewdog.yml --- .reviewdog.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .reviewdog.yml diff --git a/.reviewdog.yml b/.reviewdog.yml new file mode 100644 index 0000000..1c3fa23 --- /dev/null +++ b/.reviewdog.yml @@ -0,0 +1,7 @@ +# reviewdog.yml + +runner: + misspell: + cmd: misspell $(git ls-files) + errorformat: + - "%f:%l:%c: %m" From 893dd50d92c1af4275238f56f115649dd8134bfb Mon Sep 17 00:00:00 2001 From: Sebastian Guillen Date: Thu, 7 Nov 2019 17:28:08 +0100 Subject: [PATCH 3/8] Update reviewdog.yml --- .github/workflows/reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 091ac70..27cba37 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -25,7 +25,7 @@ jobs: env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - reviewdog -reporter=github-pr-check + reviewdog -conf=./.reviewdog.yml -reporter=github-pr-check misspell: name: runner / misspell From fd49d757053945b33691153f5061852c802ff197 Mon Sep 17 00:00:00 2001 From: Sebastian Guillen Date: Thu, 7 Nov 2019 17:33:17 +0100 Subject: [PATCH 4/8] Update reviewdog.yml --- .github/workflows/reviewdog.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 27cba37..cec7b93 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -15,7 +15,10 @@ jobs: - name: Dump GitHub Event run: cat "${GITHUB_EVENT_PATH}" - + + - name: Check out our code into the action's working directory + uses: actions/checkout@master + - name: Setup reviewdog run: | mkdir -p $HOME/bin && curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b $HOME/bin @@ -25,7 +28,7 @@ jobs: env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - reviewdog -conf=./.reviewdog.yml -reporter=github-pr-check + reviewdog -reporter=github-pr-check misspell: name: runner / misspell From 70a103aceada76ede8e4a326b8a9ae7d9a79d963 Mon Sep 17 00:00:00 2001 From: Sebastian Guillen Date: Thu, 7 Nov 2019 17:36:46 +0100 Subject: [PATCH 5/8] Create meditation.txt --- meditation.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 meditation.txt diff --git a/meditation.txt b/meditation.txt new file mode 100644 index 0000000..52b71ec --- /dev/null +++ b/meditation.txt @@ -0,0 +1 @@ +is this a meditation or mediatalskdjalksjdalskdj From 44f3aabc31f52b48db1c200adb009b6fadd0053c Mon Sep 17 00:00:00 2001 From: Sebastian Guillen Date: Thu, 7 Nov 2019 17:50:35 +0100 Subject: [PATCH 6/8] Update meditation.txt --- meditation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meditation.txt b/meditation.txt index 52b71ec..f8cad99 100644 --- a/meditation.txt +++ b/meditation.txt @@ -1 +1 @@ -is this a meditation or mediatalskdjalksjdalskdj +is this a meditation or langauge, bos From 66e62e082102dff0253d2b2a32770b531d22c17e Mon Sep 17 00:00:00 2001 From: Sebastian Guillen Date: Thu, 21 Nov 2019 16:16:57 +0100 Subject: [PATCH 7/8] Update reviewdog.yml --- .github/workflows/reviewdog.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index cec7b93..530add1 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -29,16 +29,4 @@ jobs: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | reviewdog -reporter=github-pr-check - - misspell: - name: runner / misspell - runs-on: ubuntu-latest - - steps: - - name: Check out code. - uses: actions/checkout@v1 - - name: misspell - uses: reviewdog/action-misspell@v1 - with: - github_token: ${{ secrets.github_token }} - locale: "US" + From 0e9a9bd71be90483def1970c56b7416644f89ba4 Mon Sep 17 00:00:00 2001 From: Sebastian Guillen Date: Thu, 21 Nov 2019 16:21:56 +0100 Subject: [PATCH 8/8] Update reviewdog.yml --- .github/workflows/reviewdog.yml | 34 ++++++++++----------------------- 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 530add1..2aee009 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -3,30 +3,16 @@ name: reviewdog on Pull Request on: [pull_request] jobs: - reviewdog: - name: reviewdog + + misspell: + name: runner / misspell runs-on: ubuntu-latest - - steps: - - name: Dump GitHub Context - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - run: echo "${GITHUB_CONTEXT}" - - name: Dump GitHub Event - run: cat "${GITHUB_EVENT_PATH}" - - - name: Check out our code into the action's working directory + steps: + - name: Check out code. uses: actions/checkout@master - - - name: Setup reviewdog - run: | - mkdir -p $HOME/bin && curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b $HOME/bin - echo ::add-path::$HOME/bin - - - name: Run reviewdog - env: - REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - reviewdog -reporter=github-pr-check - + - name: misspell + uses: reviewdog/action-misspell@master + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + locale: "US"