We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f42f97 commit 4721b56Copy full SHA for 4721b56
.github/workflows/nix-github-actions.yml
@@ -1,4 +1,16 @@
1
-name: Nix Flake actions
+# this workflow automatically generates a matrix of builds and checks based on configuration in flake.nix
2
+#
3
+# githubActions = nix-github-actions.lib.mkGithubMatrix {
4
+# checks = {
5
+# inherit (self.checks) x86_64-linux;
6
+# x86_64-darwin = builtins.removeAttrs self.checks.x86_64-darwin ["formatting"];
7
+# };
8
+#};
9
10
+# runs all checks on linux and only the non-formatting checks on darwin
11
12
+
13
+name: Nix checks
14
15
on:
16
pull_request:
0 commit comments