We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42309e7 commit 3c61fe4Copy full SHA for 3c61fe4
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
command: check
74
arguments: --all-features
75
taplo:
76
- name: Taplo
+ name: make taplo-check
77
runs-on: ubuntu-20.04
78
timeout-minutes: 60
79
steps:
.pre-commit-config.yaml
@@ -0,0 +1,14 @@
1
+# See https://pre-commit.com for more information
2
+repos:
3
+ - repo: local
4
+ hooks:
5
+ - id: make-fmt
6
+ name: make-fmt
7
+ language: system
8
+ entry: make fmt
9
+ pass_filenames: false
10
+ - id: make-taplo
11
+ name: make-taplo
12
13
+ entry: make taplo
14
0 commit comments