Skip to content

Commit

Permalink
Merge branch 'migrate_cicleci_githubactions' of https://github.com/me…
Browse files Browse the repository at this point in the history
…roxa/cli into migrate_cicleci_githubactions
  • Loading branch information
JuanP3rAlta23 committed May 26, 2022
2 parents fb36d8d + 45895b5 commit 6fb9e24
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ jobs:
run: |
make gomod
make build
- name: Debug
run: |
pwd
echo ${GOPATH}
echo ${GOROOT}
env:
GOPATH: /home/runner/work/cli/go
golangci:
name: Lint
runs-on: ubuntu-latest
Expand All @@ -31,7 +24,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.45.2
version: v1.45.2:
vet:
name: Vet
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6fb9e24

Please sign in to comment.