Skip to content

Commit

Permalink
Fix up linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rad-pat committed Sep 16, 2024
1 parent 32f30c7 commit b24af36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_lint.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Lint PlaidCloud RPC Service
name: Lint RediStomp Service
on:
pull_request:
branches:
- master
- main
jobs:
reviewdog:
name: Lint RediStomp w ReviewDog
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pylint -s n -f text -E plaid 2>&1 | reviewdog -efm="%f:%l:%c: %m" -name="PyLint Errors" -reporter=github-check -filter-mode=nofilter -fail-on-error
pylint -s n -f text -E redis_stomp 2>&1 | reviewdog -efm="%f:%l:%c: %m" -name="PyLint Errors" -reporter=github-check -filter-mode=nofilter -fail-on-error

0 comments on commit b24af36

Please sign in to comment.