mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
18 lines
232 B
YAML
18 lines
232 B
YAML
ci:
|
|
- .github/workflows/**
|
|
- .github/labeler.yml
|
|
- .actrc
|
|
- .pre-commit-config.yaml
|
|
|
|
protocol:
|
|
- crates/lib/src/protocols/**
|
|
|
|
game:
|
|
- crates/lib/src/games/**
|
|
|
|
cli:
|
|
- crates/cli/**
|
|
|
|
crate:
|
|
- Cargo.toml
|
|
- Cargo.lock
|