Skip to content

Commit 1b173a8

Browse files
committed
Validate renovate config
Signed-off-by: Alexander Brandes <mc.cache@web.de>
1 parent 338090d commit 1b173a8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: validate-renovate-config
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
jobs:
8+
validate:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
12+
- uses: suzuki-shunsuke/github-action-renovate-config-validator@c22827f47f4f4a5364bdba19e1fe36907ef1318e # v1.1.1

0 commit comments

Comments
 (0)