Skip to content

Build

Build #54

Workflow file for this run

name: Build
on:
schedule:
- cron: "0 6 * * MON"
push:
tags-ignore:
- "**"
branches:
- master
pull_request:
types:
- opened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
call-ghlint:
name: Call Lint Github workflows
uses: azazeal/workflows/.github/workflows/ghlint.yml@master
permissions:
pull-requests: write
call-gopkg:
name: Call Build Go package
uses: azazeal/workflows/.github/workflows/gopkg.yml@master
permissions:
pull-requests: write