Skip to content

Commit a238507

Browse files
committed
Add shared repository integrity CI
1 parent f015f63 commit a238507

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: PastureStack / Repository integrity
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
workflow_dispatch:
9+
10+
permissions:
11+
contents: read
12+
13+
jobs:
14+
integrity:
15+
uses: PastureStack/.github/.github/workflows/repository-integrity.yml@main

0 commit comments

Comments
 (0)