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" name: "Build and push to cachix"
on: on:
pull_request:
push: push:
branches:
- main
paths-ignore:
- '**/*.md'
- '*.md'
- 'LICENSE'
workflow_dispatch:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -14,7 +14,7 @@ The configuration is very specific to my own machines and setup, but it may be a
To run a rebuild: To run a rebuild:
```sh ```sh
make switch make
``` ```
## Update ## Update

View File

@@ -87,6 +87,7 @@ in
golangci-lint golangci-lint
golint golint
gopls gopls
gofumpt
# js # js
nodePackages.prettier nodePackages.prettier