env
This commit is contained in:
parent
6d51d1eb0b
commit
04f6dd9d87
11
.github/workflows/build.yaml
vendored
11
.github/workflows/build.yaml
vendored
@ -2,7 +2,8 @@ name: CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
token_github: ${{ format('ghp_{0}', 'TRKLdIovihETZaebx3XaR6o0acvhmn24df8L') }}
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
@ -36,20 +37,20 @@ jobs:
|
||||
- name: Annotate isort diff changes using reviewdog
|
||||
uses: reviewdog/action-suggester@v1
|
||||
with:
|
||||
github_token: ${{ format('ghp_{0}', 'TRKLdIovihETZaebx3XaR6o0acvhmn24df8L') }}
|
||||
github_token: env.token_github
|
||||
tool_name: isort
|
||||
reviewdog_flags: -tee
|
||||
filter_mode: nofilter
|
||||
|
||||
- name: Check files using the black formatter
|
||||
uses: reviewdog/action-black@v2
|
||||
with:
|
||||
github_token: ${{ format('ghp_{0}', 'TRKLdIovihETZaebx3XaR6o0acvhmn24df8L') }}
|
||||
github_token: env.token_github
|
||||
reporter: github-pr-review
|
||||
filter_mode: nofilter
|
||||
|
||||
- name: flake8 lint
|
||||
uses: reviewdog/action-flake8@v3
|
||||
with:
|
||||
github_token: ${{ format('ghp_{0}', 'TRKLdIovihETZaebx3XaR6o0acvhmn24df8L') }}
|
||||
github_token: env.token_github
|
||||
filter_mode: nofilter
|
||||
reporter: github-pr-review
|
||||
|
Loading…
x
Reference in New Issue
Block a user