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

This commit is contained in:
Bruno BELANYI 2023-05-06 19:01:25 +01:00
parent 78c524e19d
commit b86d963a92
1 changed files with 4 additions and 0 deletions

View File

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