Add check job

This commit is contained in:
cte 2025-05-14 22:09:36 -07:00
parent 61cdd7928d
commit 3127b69bfb

View file

@ -97,3 +97,10 @@ jobs:
# name: test-results
# path: test-results/
# retention-days: 7
check:
needs: [build, test]
runs-on: ubuntu-latest
steps:
- name: NO-OP
run: echo "All checks passed."