From 6599acbe4683b3244206604feffb28b940a182ce Mon Sep 17 00:00:00 2001 From: daz Date: Wed, 10 Apr 2024 06:54:54 -0600 Subject: [PATCH] Add back dependency-review.yml so we can rename it --- .github/workflows/ci-dependency-review.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/ci-dependency-review.yml 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"