Skip to content

Commit efe118b

Browse files
committed
Drop ruff from CI
1 parent b64174a commit efe118b

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -121,22 +121,6 @@ jobs:
121121
- name: Clippy
122122
run: cargo clippy -- -D warnings
123123

124-
ruff-lint:
125-
name: ruff-lint
126-
runs-on: ubuntu-22.04
127-
steps:
128-
- uses: actions/checkout@v4
129-
- uses: astral-sh/ruff-action@v2
130-
131-
ruff-format:
132-
name: ruff-format
133-
runs-on: ubuntu-22.04
134-
steps:
135-
- uses: actions/checkout@v4
136-
- uses: astral-sh/ruff-action@v2
137-
with:
138-
args: 'format --check'
139-
140124
docker:
141125
name: Build Docker image
142126
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)