Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
daabr authored Jan 6, 2025
1 parent 15381a4 commit a384778
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a384778

Please sign in to comment.