From 40c93b45d1e5e19a7cfc0da2436840ae12487500 Mon Sep 17 00:00:00 2001 From: Arjun Raja Yogidas Date: Thu, 21 Mar 2024 21:41:46 +0000 Subject: [PATCH] Update ci action to test project-checks Signed-off-by: Arjun Raja --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35e9ccff7d12..4e77b5f1abe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,22 +48,22 @@ jobs: steps: - uses: actions/checkout@v4 with: - path: src/github.com/containerd/containerd - fetch-depth: 100 + path: src/github.com/coderbirju/containerd + fetch-depth: 10 - - uses: ./src/github.com/containerd/containerd/.github/actions/install-go + - uses: ./src/github.com/coderbirju/containerd/.github/actions/install-go - - uses: containerd/project-checks@v1.1.0 - if: github.repository == 'containerd/containerd' + - uses: coderbirju/project-checks@v1.1.9 + if: github.repository == 'coderbirju/containerd' with: - working-directory: src/github.com/containerd/containerd + working-directory: src/github.com/coderbirju/containerd repo-access-token: ${{ secrets.GITHUB_TOKEN }} - name: verify go modules and vendor directory run: | sudo apt-get install -y jq make verify-vendor - working-directory: src/github.com/containerd/containerd + working-directory: src/github.com/coderbirju/containerd # # Protobuf checks