mirror of
https://github.com/johndoe6345789/ArenaFPS.git
synced 2026-04-24 21:55:07 +00:00
16 lines
393 B
Markdown
16 lines
393 B
Markdown
# ArenaFPS
|
|
|
|
Developed with Unreal Engine 5
|
|
|
|
## GitHub Actions diagnostics
|
|
|
|
Use `tools/workflow_diagnostics.py` to summarize and lint the repository's
|
|
GitHub Actions workflows without running any jobs. The script is dependency
|
|
free, but installing `pyyaml` enables deeper YAML parsing.
|
|
|
|
```bash
|
|
python tools/workflow_diagnostics.py
|
|
```
|
|
|
|
Pass `--root /path/to/repo` to inspect another checkout.
|