mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-26 07:58:14 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user