ci: typo in the name of teh Cargo files

This commit is contained in:
silver 2024-06-03 05:09:24 +01:00
parent c90186295c
commit 86bb566e5e
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ lint-clippy:
when: never
- changes:
- src/**/*
- cargo.*
- Cargo.*
when: always
lint-fmt:
@ -40,7 +40,7 @@ lint-fmt:
when: never
- changes:
- src/**/*
- cargo.*
- Cargo.*
when: always
@ -57,7 +57,7 @@ build:
when: never
- changes:
- src/**/*
- cargo.*
- Cargo.*
when: on_success

View file

@ -37,4 +37,4 @@ chrono = "0.4.26"
lettre = "0.10.4"
maud = "0.25.0"
serde = "1.0.188"
serde = "1.0.188"