Add back dependency-review.yml so we can rename it

This commit is contained in:
daz 2024-04-10 06:54:54 -06:00
parent e7c0080dc5
commit 6599acbe46
No known key found for this signature in database

View File

@ -0,0 +1,9 @@
name: CI-dependency-review
on:
push:
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- run: echo "This is a placeholder workspace for UI cleanup"