This commit is contained in:
lordwelch 2022-01-16 19:10:49 -08:00
parent 4a88f39725
commit 7245ce80f8
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
reviewdog -name="isort" -f=diff -reporter=github-pr-review <isort.diff
reviewdog -name="isort" -f=diff -reporter=github-pr-review <isort.diff
- name: Check files using the black formatter
uses: rickstaa/action-black@v1

View File

@ -37,7 +37,7 @@ jobs:
- name: upload isort output
uses: actions/upload-artifact@v2
with:
name: "${{ format('ComicTagger-{0}', runner.os) }}"
name: isort.out
path: isort.out
- name: Save PR number
run: |