ci: add typos step in debug workflow

use typos package than can be not up-to-date.
add `typos` in the list of packages of the shell used for all CI jobs
This commit is contained in:
Gwen Lg
2026-01-27 21:16:51 +01:00
parent f2e00781bb
commit c0b574361e
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -16,6 +16,11 @@ steps:
commands:
- nix-build -j4 --attr flakePackages.fmt
- name: check typos
image: nixpkgs/nix:nixos-24.05
commands:
- nix-shell --attr ci --run typos
- name: build
image: nixpkgs/nix:nixos-24.05
commands: