We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64174a commit efe118bCopy full SHA for efe118b
1 file changed
.github/workflows/ci.yml
@@ -121,22 +121,6 @@ jobs:
121
- name: Clippy
122
run: cargo clippy -- -D warnings
123
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
134
135
136
137
- with:
138
- args: 'format --check'
139
140
docker:
141
name: Build Docker image
142
runs-on: ubuntu-latest
0 commit comments