Skip to content

Commit

Permalink
github/workflows: simplify project-checks.yaml
Browse files Browse the repository at this point in the history
In addition to simplification this is required for the docs and bh-pages
checks to be able to run.
  • Loading branch information
marquiz committed Jun 21, 2023
1 parent fc1ee50 commit 0d6540d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/project-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,16 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Set env
shell: bash
run: |
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
- uses: actions/checkout@v3
with:
path: src/github.com/containerd/nri-plugin-collection
fetch-depth: 25
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}

- name: make verify
run: |
make verify
working-directory: src/github.com/containerd/nri-plugin-collection
- name: Build docs
run: |
Expand Down

0 comments on commit 0d6540d

Please sign in to comment.