Skip to content

Commit

Permalink
feat: Updated .github/workflows/code_butler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 1, 2023
1 parent 33b4f54 commit 59ffcb1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/code_butler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Code Butler
uses: ouchi2501/code-butler@v1
uses: reviewdog/action-reviewdog@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: review
github_token: ${{ '{{' }} secrets.GITHUB_TOKEN {{ '}}' }}
reporter: github-pr-review # Change as necessary to match how 'review' is expected to be handled
tool: 'eslint' # or any other linter that's required

0 comments on commit 59ffcb1

Please sign in to comment.