mirror of
https://hub.gitmirror.com/https://github.com/gradle/actions.git
synced 2025-10-30 09:29:57 +08:00
10 lines
174 B
YAML
10 lines
174 B
YAML
name: X-CI-dependency-review
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
dependency-review:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "This is a placeholder workspace for UI cleanup"
|