Skip to content

📝 docs(README.md, usage.md): Update Mattermost version and reorganize usage features #61

📝 docs(README.md, usage.md): Update Mattermost version and reorganize usage features

📝 docs(README.md, usage.md): Update Mattermost version and reorganize usage features #61

Workflow file for this run

name: ci
on:
push:
branches:
- master
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:
permissions:
contents: read
jobs:
plugin-ci:
uses: mattermost/actions-workflows/.github/workflows/plugin-ci.yml@main
with:
golangci-lint-version: "v1.54.2"
golang-version: "1.21"
secrets: inherit