Skip to content

📑 Docs: Update README and issues ahead of v1.0 release #12

📑 Docs: Update README and issues ahead of v1.0 release

📑 Docs: Update README and issues ahead of v1.0 release #12

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