mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 06:50:48 +08:00
Initial commit
This commit is contained in:
18
.github/workflows/检查配置.yaml
vendored
Normal file
18
.github/workflows/检查配置.yaml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
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
|
Reference in New Issue
Block a user