Add gofumpt

This commit is contained in:
Dave Gallant
2021-12-19 00:31:14 -05:00
parent 827c845ac2
commit 395181a070
3 changed files with 11 additions and 2 deletions

View File

@@ -1,7 +1,15 @@
name: "Build and push to cachix"
on:
pull_request:
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '*.md'
- 'LICENSE'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest