File tree Expand file tree Collapse file tree 1 file changed +4
-22
lines changed Expand file tree Collapse file tree 1 file changed +4
-22
lines changed Original file line number Diff line number Diff line change @@ -4,27 +4,9 @@ name: Continuous Integration
4
4
on : push
5
5
6
6
jobs :
7
- test :
8
- name : ${{ matrix.task }}
7
+ lint :
8
+ name : lint
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - name : Checkout repository
12
- uses : actions/checkout@v2
13
- - name : Set up Python
14
- uses : conda-incubator/setup-miniconda@v2
15
- with :
16
- python-version : 3.10
17
- - name : linting
18
- if : matrix.task == 'linting'
19
- shell : bash
20
- run : |
21
- pip install --upgrade black flake8 isort nbqa
22
- conda install -c conda-forge shellcheck
23
- make lint
24
- all-successful :
25
- # https://github.community/t/is-it-possible-to-require-all-github-actions-tasks-to-pass-without-enumerating-them/117957/4?u=graingert
26
- runs-on : ubuntu-latest
27
- needs : [test]
28
- steps :
29
- - name : Note that all tests succeeded
30
- run : echo "🎉"
11
+ - uses : actions/checkout@v4
12
+ -
uses :
pre-commit/[email protected]
You can’t perform that action at this time.
0 commit comments