We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6493c76 commit 1cbe764Copy full SHA for 1cbe764
1 file changed
.github/workflows/ci.yml
@@ -37,21 +37,3 @@ jobs:
37
with:
38
file: ./coverage.xml
39
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