🚧 Enable REVIEWDOG_GITEA_API_TOKEN
This commit is contained in:
@@ -7,6 +7,7 @@ steps:
|
|||||||
- name: ruff
|
- name: ruff
|
||||||
image: python:3.12-alpine
|
image: python:3.12-alpine
|
||||||
failure: ignore
|
failure: ignore
|
||||||
|
secrets: ["reviewdog_gitea_api_token"]
|
||||||
commands: |
|
commands: |
|
||||||
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
|
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
|
||||||
pip install ruff
|
pip install ruff
|
||||||
@@ -15,6 +16,7 @@ steps:
|
|||||||
- name: mypy
|
- name: mypy
|
||||||
image: python:3.12-alpine
|
image: python:3.12-alpine
|
||||||
failure: ignore
|
failure: ignore
|
||||||
|
secrets: ["reviewdog_gitea_api_token"]
|
||||||
commands: |
|
commands: |
|
||||||
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
|
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
|
||||||
pip install mypy
|
pip install mypy
|
||||||
|
Reference in New Issue
Block a user