Skip to content

Commit

Permalink
CI: add containerd/project-checks
Browse files Browse the repository at this point in the history
https://github.com/containerd/project-checks

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Mar 18, 2021
1 parent 624e4fd commit e2c1098
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ on:
pull_request:

jobs:
project:
name: Project Checks
runs-on: ubuntu-20.04
timeout-minutes: 20
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.16.x
- uses: actions/checkout@v2
with:
path: src/github.com/containerd/nerdctl
fetch-depth: 25
- uses: containerd/project-checks@v1
with:
working-directory: src/github.com/containerd/nerdctl

golangci-lint:
runs-on: ubuntu-20.04
timeout-minutes: 20
Expand Down

0 comments on commit e2c1098

Please sign in to comment.