diff --git a/.github/workflows/ci-dependency-review.yml b/.github/workflows/ci-dependency-review.yml new file mode 100644 index 0000000..e88eaa5 --- /dev/null +++ b/.github/workflows/ci-dependency-review.yml @@ -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"