Skip to content

Commit 78c1103

Browse files
authored
Update and rename renovate-config-validator.yml to validate.yml (#1)
1 parent c0febb8 commit 78c1103

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

.github/workflows/renovate-config-validator.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/validate.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: validate
2+
on:
3+
pull_request:
4+
branches:
5+
- master
6+
push:
7+
branches:
8+
- master
9+
jobs:
10+
validate:
11+
name: validate
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v3
15+
- uses: rinchsan/[email protected]

0 commit comments

Comments
 (0)