flake: checks: enable 'stylua'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-05-06 19:01:25 +01:00
parent 78c524e19d
commit b86d963a92

View file

@ -22,6 +22,10 @@
shellcheck = {
enable = true;
};
stylua = {
enable = true;
};
};
};
};