From 4f7302f415f59dc0eb96a657096315651c0a732b Mon Sep 17 00:00:00 2001 From: denis-tingaikin Date: Wed, 11 Jan 2023 04:24:31 +0300 Subject: [PATCH] fix yamllint Signed-off-by: denis-tingaikin --- .github/workflows/ci.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3779c7937..a07c14045 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,20 +33,3 @@ jobs: exclude-replace: uses: networkservicemesh/.github/.github/workflows/exclude-replace.yaml@main - - # code-cov: - # runs-on: ${{ matrix.os }} - # strategy: - # matrix: - # os: ${{ fromJson(inputs.os) }} - # steps: - # - name: Check out code - # uses: actions/checkout@v2 - # - name: Setup Go - # uses: actions/setup-go@v1 - # with: - # go-version: 1.18.1 - # - run: | - # go test -coverprofile=cover.out -covermode=atomic -race ./...; [ -f cover.out ] && cat cover.out > ../coverage.txt - # - name: Upload coverage reports to Codecov with GitHub Action - # uses: codecov/codecov-action@v3