Skip to content

Merge pull request #8 from fox-one/fix/fmt #18

Merge pull request #8 from fox-one/fix/fmt

Merge pull request #8 from fox-one/fix/fmt #18

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: stable
- name: Build
run: make ci
release-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: stable
- name: Release test
run: make build