mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 10:33:39 +00:00
Add gofumpt
This commit is contained in:
10
.github/workflows/cachix.yml
vendored
10
.github/workflows/cachix.yml
vendored
@@ -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
|
||||
|
@@ -14,7 +14,7 @@ The configuration is very specific to my own machines and setup, but it may be a
|
||||
To run a rebuild:
|
||||
|
||||
```sh
|
||||
make switch
|
||||
make
|
||||
```
|
||||
|
||||
## Update
|
||||
|
@@ -87,6 +87,7 @@ in
|
||||
golangci-lint
|
||||
golint
|
||||
gopls
|
||||
gofumpt
|
||||
|
||||
# js
|
||||
nodePackages.prettier
|
||||
|
Reference in New Issue
Block a user