dev/treefmt: add actionlint

This commit is contained in:
zowoq 2023-09-15 16:08:20 +10:00 committed by Jonas Chevalier
parent ba6d94bda2
commit 9b325d8c38
2 changed files with 6 additions and 1 deletions
.github/workflows
dev

View file

@ -14,7 +14,7 @@ jobs:
- name: setup
id: setup
run: |
echo "title=devdoc: update repo list $(date -u +"%Y-%m-%d")" >> $GITHUB_OUTPUT
echo "title=devdoc: update repo list $(date -u +"%Y-%m-%d")" >> "$GITHUB_OUTPUT"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
- name: Update repo list

View file

@ -7,6 +7,11 @@
programs.prettier.enable = true;
settings.formatter = {
actionlint = {
command = pkgs.actionlint;
includes = [ ".github/workflows/*.yml" ];
};
nix = {
command = "sh";
options = [