mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 09:49:19 +08:00
Add back dependency-review.yml so we can rename it
This commit is contained in:
parent
e7c0080dc5
commit
6599acbe46
9
.github/workflows/ci-dependency-review.yml
vendored
Normal file
9
.github/workflows/ci-dependency-review.yml
vendored
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user