forked from viamrobotics/ocean-prefilter
-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (34 loc) · 899 Bytes
/
golangci-lint.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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