mirror of
https://github.com/decompme/decomp.me.git
synced 2026-04-28 10:51:24 -05:00
Fix dog (round 2) (#340)
* Attempt to fix reviewdog * re-add error format * try this * further back in time * separate mypy thing * restore stuff
This commit is contained in:
@@ -16,6 +16,16 @@ jobs:
|
||||
- run: reviewdog -reporter=github-check
|
||||
env:
|
||||
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
mypy:
|
||||
name: mypy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: tsuyoshicho/action-mypy@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
reporter: github-check
|
||||
workdir: backend
|
||||
|
||||
backend_test:
|
||||
name: backend tests
|
||||
|
||||
@@ -8,7 +8,3 @@ runner:
|
||||
tsc:
|
||||
cmd: cd frontend && yarn -s run tsc
|
||||
format: tsc
|
||||
mypy:
|
||||
cmd: cd backend && mypy --show-column-numbers --show-absolute-path
|
||||
errorformat:
|
||||
- "%f:%l:%c: %t%*[^:]: %m"
|
||||
|
||||
Reference in New Issue
Block a user