Skip to content

Commit

Permalink
fix yamllint
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin committed Jan 15, 2023
1 parent 58915ae commit 4f7302f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4f7302f

Please sign in to comment.