Skip to content

feat: add artifacts for the *_386 platforms #140

feat: add artifacts for the *_386 platforms

feat: add artifacts for the *_386 platforms #140

Workflow file for this run

name: linter
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: golint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --timeout 5m0s
markdown:
name: markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: |
docs/*.md
docs/guides/*.md
docs/resources/*.md
docs/data-sources/*.md