Skip to content

Commit e8b6c09

Browse files
committed
Attempt a naive way to install and run vale
1 parent 6fd49cf commit e8b6c09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install -q -r requirements.txt
23+
snap install --edge vale
2324
2425
- name: Run tests with make test
25-
run: make test
26+
run: make test vale

0 commit comments

Comments
 (0)