We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313e998 commit bc79aa4Copy full SHA for bc79aa4
.github/workflows/main.yml
@@ -32,8 +32,6 @@ jobs:
32
run: |
33
python -m pip install -U codecov
34
pip install -e ".[test]"
35
- - name: Lint code
36
- run: python -m pre_commit run --all
37
- name: Run the tests
38
if: ${{ !startsWith(matrix.python-version, 'pypy') && !startsWith(matrix.os, 'windows') }}
39
@@ -47,6 +45,13 @@ jobs:
47
45
48
46
codecov
49
+ pre-commit:
+ runs-on: ubuntu-latest
50
+ steps:
51
+ - uses: actions/checkout@v2
52
+ - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
53
+ - uses: jupyterlab/maintainer-tools/.github/actions/pre-commit@v1
54
+
55
test_miniumum_versions:
56
name: Test Minimum Versions
57
timeout-minutes: 20
0 commit comments