mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 14:43: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"
|
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
|
||||||
|
@@ -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
|
||||||
|
@@ -87,6 +87,7 @@ in
|
|||||||
golangci-lint
|
golangci-lint
|
||||||
golint
|
golint
|
||||||
gopls
|
gopls
|
||||||
|
gofumpt
|
||||||
|
|
||||||
# js
|
# js
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
|
Reference in New Issue
Block a user