chore(pre-commit): use google/yamlfmt
This commit is contained in:
parent
441410ae25
commit
defd6072e1
|
@ -1,9 +1,7 @@
|
|||
---
|
||||
name: build
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
build:
|
||||
container:
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
---
|
||||
name: submodules sync
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
container:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
linters:
|
||||
enable:
|
||||
- gosec
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v5.0.0
|
||||
|
@ -10,8 +9,8 @@ repos:
|
|||
rev: 0.2.2
|
||||
hooks:
|
||||
- id: checkmake
|
||||
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
|
||||
rev: 0.2.3
|
||||
- repo: https://github.com/google/yamlfmt
|
||||
rev: v0.13.0
|
||||
hooks:
|
||||
- id: yamlfmt
|
||||
- repo: https://github.com/dnephin/pre-commit-golang
|
||||
|
|
Loading…
Reference in New Issue
Block a user