Skip to content

Commit

Permalink
try another dotenv-linter invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
hardyoyo committed Nov 22, 2023
1 parent f35b9dd commit d73e336
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,14 @@ jobs:
reporter: github-pr-review
fail_on_error: true
yamllint_flags: '-d "{extends: default, rules: {truthy: disable}}" .'
# Use dotenv-liknter to lint dotenv files
# Use dotenv-linter to lint dotenv files
dotenv-linter:
name: runner / dotenv-linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run dotenv-linter
uses: dontenv-linter/[email protected]
- uses: dotenv-linter/action-dotenv-linter@v2
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Default is github-pr-check
reporter: github-pr-review
fail_on_error: true
dotenv_linter_flags: --skip UnorderedKey,LowercaseKey

0 comments on commit d73e336

Please sign in to comment.