Update step name

This commit is contained in:
Adriane Boyd 2023-03-13 13:25:56 +01:00
parent 79dcfa17ae
commit 4ab5fc2397

View File

@ -58,7 +58,7 @@ jobs:
run: |
python -m pip install flake8==5.0.4
python -m flake8 spacy --count --select=E901,E999,F821,F822,F823,W605 --show-source --statistics
- name: Test website/meta/universe.json
- name: Validate website/meta/universe.json
run: |
python .github/validate_universe_json.py website/meta/universe.json
tests: