Skip to content

Commit f98aa45

Browse files
committed
CI: add containerd/project-checks
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 20151ef commit f98aa45

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/main.yml

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ on:
55
branches:
66
- master
77
jobs:
8+
project:
9+
name: Project Checks
10+
runs-on: ubuntu-20.04
11+
timeout-minutes: 20
12+
steps:
13+
- uses: actions/setup-go@v2
14+
with:
15+
go-version: 1.16.x
16+
- uses: actions/checkout@v2
17+
with:
18+
path: src/github.com/containerd/fuse-overlayfs-snapshotter
19+
fetch-depth: 25
20+
- uses: containerd/project-checks@v1
21+
with:
22+
working-directory: src/github.com/containerd/fuse-overlayfs-snapshotter
23+
824
test:
925
runs-on: ubuntu-20.04
1026
timeout-minutes: 30

0 commit comments

Comments
 (0)