mirror of https://github.com/astral-sh/ruff
CI: Run pre-commit on depot machine (#17120)
## Summary Sibling/alternate of #17108 (see https://github.com/astral-sh/ruff/pull/17108#issuecomment-2769200896). See if running the pre-commit CI step on Depot machines makes WASM-compiled shellcheck faster. ## Test Plan > How was it tested? We're doing it live!
This commit is contained in:
parent
d0c8eaa092
commit
8e6a83b33e
|
|
@ -642,7 +642,7 @@ jobs:
|
||||||
|
|
||||||
pre-commit:
|
pre-commit:
|
||||||
name: "pre-commit"
|
name: "pre-commit"
|
||||||
runs-on: ubuntu-latest
|
runs-on: depot-ubuntu-22.04-16
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue