Skip to content

Makefile: Add fmt and validate commands #96

Makefile: Add fmt and validate commands

Makefile: Add fmt and validate commands #96

Workflow file for this run

---
name: CI
on:
workflow_dispatch:
push:
branches: ["main"]
paths:
- "go.mod"
- "go.sum"
- "*.go"
- "**/*.go"
- ".golangci.yml"
pull_request:
branches: ["main"]
merge_group:
branches: ["main"]
jobs:
lint:
uses: heathcliff26/ci/.github/workflows/golang-lint.yaml@main
unit-tests:
uses: heathcliff26/ci/.github/workflows/golang-unit-tests.yaml@main
validate:
uses: heathcliff26/ci/.github/workflows/golang-build.yaml@main
with:
cache: false
cmd: "make validate"