CI
This commit is contained in:
parent
4a88f39725
commit
7245ce80f8
2
.github/workflows/CI.yaml
vendored
2
.github/workflows/CI.yaml
vendored
@ -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
|
||||
|
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user