mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-14 05:00:48 +08:00
21 lines
415 B
YAML
21 lines
415 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: |
|
|
set -ex
|
|
pnpm renovate-config-validator;
|
|
pnpm run validator;
|
|
pnpm run dry-run:npx;
|
|
|
|
- name: for regex
|
|
run: npx semantic-release@24
|
|
if: false
|