Remove ruff-action step from CI workflow in docker-publish.yml
All checks were successful
CI / ci (push) Successful in 13s
All checks were successful
CI / ci (push) Successful in 13s
This commit is contained in:
parent
098a0b516e
commit
1d49e9c3f9
1 changed files with 0 additions and 4 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
|
@ -15,10 +15,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- uses: astral-sh/ruff-action@v3
|
||||
with:
|
||||
version: "latest"
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync --all-extras --dev -U
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue