dev/treefmt: add actionlint
This commit is contained in:
parent
ba6d94bda2
commit
9b325d8c38
2 changed files with 6 additions and 1 deletions
2
.github/workflows/repo-list.yml
vendored
2
.github/workflows/repo-list.yml
vendored
|
@ -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
|
||||
|
|
|
@ -7,6 +7,11 @@
|
|||
programs.prettier.enable = true;
|
||||
|
||||
settings.formatter = {
|
||||
actionlint = {
|
||||
command = pkgs.actionlint;
|
||||
includes = [ ".github/workflows/*.yml" ];
|
||||
};
|
||||
|
||||
nix = {
|
||||
command = "sh";
|
||||
options = [
|
||||
|
|
Loading…
Add table
Reference in a new issue