Skip to content

RSDK-8017: linting action #11

RSDK-8017: linting action

RSDK-8017: linting action #11

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:

Check failure on line 27 in .github/workflows/golangci-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/golangci-lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 27
- uses: actions/checkout@v4
with:
buildvcs: false
# - uses: actions/setup-go@v5
# with:
# go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
args: --timeout 10m -buildvcs=false