You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-```yamllint -c _scripts/yaml_lint.rules projects/.``` (yamllint is installed by ```pip install yamllint``` for example)
38
+
-```python3 _scripts/check_projects.py projects/*```, or use `uv` (auto-installs `pyyaml`): ```uv run --with pyyaml _scripts/check_projects.py projects/*```
39
+
-```yamllint -c _scripts/yaml_lint.rules projects/.``` (yamllint is installed by ```pip install yamllint``` for example), or use `uv` (auto-installs `yamllint`): ```uvx yamllint -c _scripts/yaml_lint.rules projects/.```
40
40
-[Instructions for building the webpage with all projects are maintained here](https://github.com/research-software-collaborations/research-software-collaborations.github.io/blob/master/README.md#testing-a-new-project-or-other-development-in-the-project_database-repo)
0 commit comments