Skip to content

Migrate to core kit #82

Migrate to core kit

Migrate to core kit #82

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches: [develop]
# Only run this workflow if Go files or this workflow have been modified
paths:
- '**.go'
- '*/go.mod'
- '*/go.sum'
- '.github/workflows/golangci-lint.yaml'
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21
- uses: actions/checkout@v4
- name: lint-host-ctr
uses: golangci/golangci-lint-action@v6
with:
version: latest
working-directory: sources/host-ctr
- name: lint-ecs-gpu-init
uses: golangci/golangci-lint-action@v6
with:
version: latest
working-directory: sources/ecs-gpu-init