Skip to content

Commit

Permalink
Revert CI diff
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit committed Apr 8, 2024
1 parent d72ab6b commit 533a46c
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/reviewdog.yml
Expand Up @@ -15,8 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # In order to take diff, commits other than the target are also required

- uses: actions/setup-go@v5
with:
Expand Down Expand Up @@ -59,8 +57,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # In order to take diff, commits other than the target are also required

- uses: actions/setup-go@v5
with:
Expand Down Expand Up @@ -174,8 +170,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # In order to take diff, commits other than the target are also required
- uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.github_token }}
Expand All @@ -193,8 +187,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # In order to take diff, commits other than the target are also required
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
Expand All @@ -211,8 +203,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # In order to take diff, commits other than the target are also required
- uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
Expand All @@ -224,8 +214,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # In order to take diff, commits other than the target are also required
- uses: reviewdog/action-languagetool@v1
with:
github_token: ${{ secrets.github_token }}
Expand All @@ -241,8 +229,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # In order to take diff, commits other than the target are also required
- uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.github_token }}
Expand All @@ -253,8 +239,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # In order to take diff, commits other than the target are also required
- uses: reviewdog/action-alex@v1
with:
github_token: ${{ secrets.github_token }}
Expand All @@ -266,8 +250,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # In order to take diff, commits other than the target are also required
- uses: reviewdog/action-setup@v1
- run: npm install
- name: textlint
Expand All @@ -282,8 +264,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # In order to take diff, commits other than the target are also required
- uses: reviewdog/action-setup@v1
- run: npm install
- name: textlint sarif
Expand Down

0 comments on commit 533a46c

Please sign in to comment.