Skip to content

Commit 1cbe764

Browse files
committed
remove ruff CI
1 parent 6493c76 commit 1cbe764

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,3 @@ jobs:
3737
with:
3838
file: ./coverage.xml
3939
fail_ci_if_error: false
40-
41-
lint:
42-
runs-on: ubuntu-latest
43-
steps:
44-
- uses: actions/checkout@v4
45-
46-
- name: Set up Python
47-
uses: actions/setup-python@v5
48-
with:
49-
python-version: "3.12"
50-
51-
- name: Install dependencies
52-
run: |
53-
python -m pip install --upgrade pip
54-
pip install ruff
55-
56-
- name: Run Ruff
57-
run: ruff check ggplotly/

0 commit comments

Comments
 (0)