0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-14 01:20:48 +08:00
Files
renovate-example/.github/workflows/检查配置.yaml
2024-10-09 15:33:44 +08:00

19 lines
363 B
YAML

name: Check Renovate Configuration
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: yanhao98/composite-actions/setup-node-environment@main
- name: 检查配置
run: |
pnpm renovate-config-validator
pnpm run validator
- name: for regex
run: npx semantic-release@24
if: false