fix: CI checks-quick workflow improvements

- Format TOML files (lychee.toml, orchestrator/Cargo.toml)
- Regenerate umbrella crate
- Add --ignore vendor to markdownlint (vendor is upstream code)
This commit is contained in:
2025-12-23 10:20:20 +03:00
parent 44cbe4a280
commit f210d529b6
4 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -121,8 +121,8 @@ jobs:
CONFIG: .github/.markdownlint.yaml
run: |
echo "Checking markdown formatting. More info: docs/contributor/markdown_linting.md"
echo "To fix potential erros, you can run 'markdownlint --config .github/.markdownlint.yaml -f --ignore target .' locally."
markdownlint --config "$CONFIG" --ignore target .
echo "To fix potential errors, you can run 'markdownlint --config .github/.markdownlint.yaml -f --ignore target --ignore vendor .' locally."
markdownlint --config "$CONFIG" --ignore target --ignore vendor .
check-umbrella:
runs-on: ubuntu-latest
timeout-minutes: 20