mirror of
https://github.com/gradle/actions.git
synced 2025-08-24 10:51:27 +08:00
10 lines
172 B
YAML
10 lines
172 B
YAML
name: CI-dependency-review
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
dependency-review:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "This is a placeholder workspace for UI cleanup"
|