ci(forgejo): use docker-x64 runner label
Some checks failed
CI / lint (pull_request) Failing after 36s
CI / typecheck (pull_request) Failing after 4s
CI / test (pull_request) Failing after 4s
CI / security (pull_request) Failing after 4s
CI / gitleaks (pull_request) Failing after 9s
CI / commitlint (pull_request) Successful in 19s
Some checks failed
CI / lint (pull_request) Failing after 36s
CI / typecheck (pull_request) Failing after 4s
CI / test (pull_request) Failing after 4s
CI / security (pull_request) Failing after 4s
CI / gitleaks (pull_request) Failing after 9s
CI / commitlint (pull_request) Successful in 19s
This commit is contained in:
parent
c729fef977
commit
550cf11deb
1 changed files with 6 additions and 6 deletions
|
|
@ -21,7 +21,7 @@ env:
|
|||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker-x64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
- run: ruff format --check .
|
||||
|
||||
typecheck:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker-x64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
- run: mypy --python-version 3.12 --strict --ignore-missing-imports --exclude 'build/|dist/|.git/|__pycache__/' *.py
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker-x64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
- run: pytest tests/ -v --cov=. --cov-report=term-missing --cov-fail-under=40
|
||||
|
||||
security:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker-x64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
- run: bandit -r . -x tests/,.venv,__pycache__
|
||||
|
||||
gitleaks:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker-x64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
|
||||
commitlint:
|
||||
if: github.event_name == 'pull_request'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker-x64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue