Skip to content

Update module github.com/mackerelio/go-mackerel-plugin to v0.1.5 #35

Update module github.com/mackerelio/go-mackerel-plugin to v0.1.5

Update module github.com/mackerelio/go-mackerel-plugin to v0.1.5 #35

Workflow file for this run

name: 'Check'
on:
push:
branches:
- 'master'
pull_request:
types:
- opened
- synchronize
workflow_dispatch:
jobs:
build:
uses: SlashNephy/.github/.github/workflows/go-run.yml@master
permissions:
contents: 'read'
with:
task: 'build'
lint:
uses: SlashNephy/.github/.github/workflows/go-lint.yml@master
permissions:
contents: 'read'
pull-requests: 'write'