Skip to content

Commit f2efc16

Browse files
Sahil Chachraclaude
authored andcommitted
ci: remove lint job
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 48e6bbb commit f2efc16

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,3 @@ jobs:
4545
files: coverage.xml
4646
fail_ci_if_error: false
4747

48-
lint:
49-
name: Lint
50-
runs-on: ubuntu-latest
51-
52-
steps:
53-
- name: Checkout code
54-
uses: actions/checkout@v4
55-
56-
- name: Set up Python 3.12
57-
uses: actions/setup-python@v5
58-
with:
59-
python-version: "3.12"
60-
cache: pip
61-
62-
- name: Install flake8
63-
run: pip install flake8
64-
65-
- name: Lint (flake8)
66-
run: |
67-
flake8 llm_safety_pipeline.py api_server.py \
68-
--max-line-length=99 \
69-
--extend-ignore=E203,W503

0 commit comments

Comments
 (0)