@@ -132,7 +132,13 @@
devShells = forAllSystems (
{ pkgs }:
{
default = pkgs.mkShell { packages = with pkgs; [ pre-commit ]; };
default = pkgs.mkShell {
packages = with pkgs; [
act
actionlint
yamllint
];
};
}
);
The note is not visible to the blocked user.