Skip to content

webhook: inject CUDA_DEVICE_MEMORY_LIMIT from gpu-memory annotation #13

webhook: inject CUDA_DEVICE_MEMORY_LIMIT from gpu-memory annotation

webhook: inject CUDA_DEVICE_MEMORY_LIMIT from gpu-memory annotation #13

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
concurrency:
group: kai-lint-${{ github.ref }}
cancel-in-progress: true
jobs:
golangci:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: latest
args: --timeout=3m