Skip to content

Commit

Permalink
treewide: add and apply yamllint pre-commit hook
Browse files Browse the repository at this point in the history
Link: danth#519
  • Loading branch information
trueNAHO committed Sep 9, 2024
1 parent cd8e8e1 commit ee3b720
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Docs

on:
on: # yamllint disable-line rule:truthy
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix_flake_check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Nix Flake Check

on:
on: # yamllint disable-line rule:truthy
push:

jobs:
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
deadnix.enable = true;
statix.enable = true;
typos.enable = true;
yamllint.enable = true;
};

src = ./.;
Expand Down

0 comments on commit ee3b720

Please sign in to comment.