mirror of
https://github.com/gradle/actions.git
synced 2025-08-23 18:31:28 +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"
|