Skip to content

Commit fbfb885

Browse files
committed
Remove workflow on benchmark
1 parent 1def3db commit fbfb885

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
run: pip install --no-cache-dir -U pip ruff
2626

2727
- name: Lint and security check with Ruff
28-
run: ruff check pyproxy tests benchmark
28+
run: ruff check pyproxy tests
2929

3030
- name: Check code formatting with Ruff
31-
run: ruff format --check pyproxy tests benchmark
31+
run: ruff format --check pyproxy tests
3232

3333
unittest:
3434
needs: code-scan

0 commit comments

Comments
 (0)