Skip to content

Refactor whole app

Refactor whole app #1

Workflow file for this run

name: "Build"
on:
push:
paths:
- "cmd/**"
- "pkg/**"
- "main.go"
branches:
- master
pull_request:
paths:
- "cmd/**"
- "pkg/**"
- "main.go"
branches:
- master
jobs:
build:
uses: "./.github/workflows/build-base.yml"