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 3682b08 commit c859178Copy full SHA for c859178
1 file changed
.github/workflows/dependabot schema validation.yml
@@ -0,0 +1,13 @@
1
+name: dependabot schema validation
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
+ workflow_dispatch:
7
8
+jobs:
9
+ validate:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v4
13
+ - uses: marocchino/validate-dependabot@v3
0 commit comments