Rust library to generate static websites
at fix/misc-errors 38 lines 805 B view raw
1# See https://github.com/actions/labeler 2website: 3 - changed-files: 4 - any-glob-to-any-file: website/** 5 6examples: 7 - changed-files: 8 - any-glob-to-any-file: examples/** 9 10"crt:maudit": 11 - changed-files: 12 - any-glob-to-any-file: crates/maudit/** 13 14"crt:oubli": 15 - changed-files: 16 - any-glob-to-any-file: crates/oubli/** 17 18"crt:cli": 19 - changed-files: 20 - any-glob-to-any-file: crates/maudit-cli/** 21 22"crt:macros": 23 - changed-files: 24 - any-glob-to-any-file: crates/maudit-macros/** 25 26"crt:benchmarks": 27 - changed-files: 28 - any-glob-to-any-file: crates/maudit-md-benchmarks/** 29 30devops: 31 - changed-files: 32 - any-glob-to-any-file: 33 - .github/** 34 - .vscode/** 35 - .zed/** 36 - .editorconfig 37 - .gitignore 38 - justfile