Skip to content

Commit f7db3ef

Browse files
committed
lint-and-test: WIP2coalesce.
1 parent bbdccbe commit f7db3ef

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,10 @@ jobs:
104104
# - name: Install with linting tools
105105
# run: pip install .[linting]
106106
- name: NEW INSTALL
107-
run: make
108-
- name: ACTIVATE
109-
run: . zt_venv/bin/activate
110-
- name: Check spelling
111-
run: ./tools/run-spellcheck
107+
run: |
108+
make
109+
. zt_venv/bin/activate
110+
./tools/run-spellcheck
112111
113112
hotkeys:
114113
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)