Skip to content

RSDK-8017: linting action #25

RSDK-8017: linting action

RSDK-8017: linting action #25

Workflow file for this run

# name: golangci-lint
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# on:
# push:
# branches:
# - main
# - master
# pull_request:
# branches:
# - main
# permissions:
# contents: read
# # Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
# jobs:
# golangci:
# name: lint for linux/arm64
# runs-on: [buildjet-2vcpu-ubuntu-2204-arm]
# container:
# image: ghcr.io/viamrobotics/ocean-prefilter:arm64
# options: --platform linux/arm64
# steps:
# - uses: actions/checkout@v4
# with:
# buildvcs: false
# - uses: actions/setup-go@v5
# with:
# go-version: 1.15
# - name: golangci-lint
# uses: golangci/golangci-lint-action@v6
# with:
# version: v1.59
# args: --timeout 10m