Skip to content

Commit bd04d58

Browse files
authored
. e dependabot schema validation
1 parent 0706730 commit bd04d58

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)