We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a344b0 commit d209a7cCopy full SHA for d209a7c
eclexiaiser.toml
@@ -0,0 +1,19 @@
1
+# SPDX-License-Identifier: PMPL-1.0-or-later
2
+# eclexiaiser manifest for a2ml-pre-commit
3
+
4
+[project]
5
+name = "a2ml-pre-commit"
6
7
+[[functions]]
8
+name = "main"
9
+source = "src/main.rs"
10
+energy-budget-mj = 5.0
11
12
+[carbon]
13
+provider = "static"
14
+region = "GB"
15
+static-intensity = 200.0
16
17
+[report]
18
+format = "text"
19
+include-recommendations = true
0 commit comments