diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 482f6ff..d9f5012 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,11 +27,10 @@ jobs: run: | ruff check --output-format github . ruff format --check . - - name: Run update_projects_table.py - run: python update_projects_table.py - - name: Verify no changes to README.md + - name: Verify README.md is up to date run: | - git diff --name-only --exit-code README.md + python update_projects_table.py + git diff --name-only --exit-code README.md # (Enable this step once we have unit tests) # - name: Test with pytest # run: pytest -v