Skip to content

Commit ec5b534

Browse files
committed
add ci workflow
1 parent f8dcccd commit ec5b534

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
8+
schedule:
9+
- cron: '0 0 * * 1' # At 00:00 on Monday.
10+
11+
permissions:
12+
contents: read
13+
14+
jobs:
15+
Shared:
16+
uses: fog/.github/.github/workflows/[email protected]

0 commit comments

Comments
 (0)