Skip to content

[MM-60000] Embed mattermost-migrations (#12) #45

[MM-60000] Embed mattermost-migrations (#12)

[MM-60000] Embed mattermost-migrations (#12) #45

Workflow file for this run

on: [push]
name: Lint
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: 1.22
- name: Checkout Code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Build the CLI tool # it is useful to build first as linter produces irrelevant errors if the build is failing
run: go build ./cmd/migration-assist/
- name: Run golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
with:
version: v1.58