Skip to content

ci

ci #75

Workflow file for this run

name: ci
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- canon
tags:
- "v*"
pull_request:
permissions:
contents: read
jobs:
plugin-ci:
uses: mattermost/actions-workflows/.github/workflows/community-plugin-ci.yml@main
secrets: inherit
with:
golang-version: "1.24.1"
golangci-lint-version: "v2.0.2"