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 a61f39c commit 7021c42Copy full SHA for 7021c42
.github/workflows/test-dup.yaml
@@ -44,5 +44,11 @@ jobs:
44
- name: Remove lines starting with `#` from generated expression
45
run: sed -i '/^#/d' default.nix
46
47
+ - name: Check out default.nix
48
+ run: cat default.nix
49
+
50
+ - name: Check out test default.nix with dups
51
+ run: cat mlr3_dups_default.nix
52
53
- name: Compare lines and fail if different
54
run: diff -q default.nix mlr3_dups_default.nix || exit 1
0 commit comments