Skip to content

Commit 33a013b

Browse files
committed
Add .github/workflows/validate-repo.yml
1 parent 49b5ecf commit 33a013b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Tibber Repo Validator
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- master
8+
pull_request:
9+
10+
jobs:
11+
validation:
12+
uses: tibber/github-actions/.github/workflows/validate-repo.yaml@main

0 commit comments

Comments
 (0)