Skip to content

Commit

Permalink
Tower
Browse files Browse the repository at this point in the history
  • Loading branch information
bentonam committed Apr 4, 2024
1 parent d879519 commit 66c2f64
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
- name: Github Context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT" | jq -r '.'

misspell:
name: runner / misspell
Expand All @@ -37,11 +32,6 @@
./modules
pattern: |
*.md
- name: Github Context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT" | jq -r '.'
alex:
name: runner / alex
Expand All @@ -54,11 +44,6 @@
reporter: github-check
# GitHub Status Check won't become failure with warning.
level: warning
- name: Github Context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT" | jq -r '.'

shellcheck:
name: runner / shellcheck
Expand All @@ -69,11 +54,6 @@
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
- name: Github Context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT" | jq -r '.'

gitleaks:
name: runner / gitleaks
Expand All @@ -84,11 +64,6 @@
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
- name: Github Context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT" | jq -r '.'

actionlint:
name: runner / actionlint
Expand All @@ -99,11 +74,6 @@
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
- name: Github Context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT" | jq -r '.'

eclint:
name: runner / eclint
Expand All @@ -114,11 +84,6 @@
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
- name: Github Context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT" | jq -r '.'

textlint:
name: runner / textlint
Expand Down Expand Up @@ -169,4 +134,4 @@
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
./tools/lint-river.sh --format=checkstyle | \
reviewdog -f=checkstyle -name="grafana-agent" -reporter=github-check
reviewdog -f=checkstyle -name="grafana-agent" -reporter=github-pr-check

0 comments on commit 66c2f64

Please sign in to comment.