Skip to content

Commit 81df13e

Browse files
committed
ci: use local validator action
instead of the on from the main branch
1 parent 13174ae commit 81df13e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v5
19-
# validate every configuration preset
20-
- uses: bettermarks/renovate-config/validator@main
19+
- uses: ./validator
2120
with:
2221
config: ${{ matrix.config }}
2322

0 commit comments

Comments
 (0)