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
+1
View File
@@ -34,6 +34,7 @@ in
openssl
curl
jq
typos
];
shellHook = ''
export AWS_REQUEST_CHECKSUM_CALCULATION='when_required'