Skip to content

Commit

Permalink
enable golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Naoki MATSUMOTO <[email protected]>
  • Loading branch information
naoki9911 committed Mar 27, 2024
1 parent f759eea commit 471417d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ on:
workflow_dispatch:

jobs:
#golangci-lint:
# runs-on: ubuntu-22.04
# timeout-minutes: 20
# steps:
# - uses: actions/[email protected]
# with:
# fetch-depth: 1
# - uses: actions/setup-go@v3
# with:
# go-version: 1.21.x
# - run: sudo apt-get update
# - name: golangci-lint
# uses: golangci/[email protected]
# with:
# version: v1.55.2
# args: --verbose
golangci-lint:
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
- uses: actions/setup-go@v3
with:
go-version: 1.21.x
- run: sudo apt-get update
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.55.2
args: --verbose

create-lxc-image:
name: create-lxc-image
Expand Down

0 comments on commit 471417d

Please sign in to comment.