Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tjololo authored Aug 31, 2023
1 parent f98864a commit b4845e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Lint
run: |
go get golang.org/x/lint/golint
golint ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
- name: Build
run: go build -v .

Expand All @@ -38,4 +38,4 @@ jobs:
KO_DOCKER_REPO: ghcr.io/${{ github.repository_owner }}
run: |
./ko login ghcr.io --username $GITHUB_REPOSITORY_OWNER --password ${{ secrets.GITHUB_TOKEN }}
./ko publish -B .
./ko publish -B .

0 comments on commit b4845e0

Please sign in to comment.