We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338090d commit 1b173a8Copy full SHA for 1b173a8
.github/workflows/validate-renovate-config.yml
@@ -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