Skip to content

actions: add arm64 image for release and PR merge #120

actions: add arm64 image for release and PR merge

actions: add arm64 image for release and PR merge #120

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches:
- main
# Skip CI when changes are made to *.md files
paths-ignore:
- '**.md'
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 300s