This commit is contained in:
lordwelch 2022-01-17 01:32:45 -08:00
parent c315552def
commit 6d51d1eb0b

View File

@ -33,8 +33,7 @@ jobs:
- name: isort lint
run: |
isort .
- name: Annotate black diff changes using reviewdog
if: steps.action_black.outputs.is_formatted == 'true'
- name: Annotate isort diff changes using reviewdog
uses: reviewdog/action-suggester@v1
with:
github_token: ${{ format('ghp_{0}', 'TRKLdIovihETZaebx3XaR6o0acvhmn24df8L') }}