Skip to content

Latest commit

 

History

History
104 lines (77 loc) · 2.95 KB

DEVELOPMENT.md

File metadata and controls

104 lines (77 loc) · 2.95 KB

Development

Build

Run full build

  • ./gradlew build

Build libraries

Format code

  • ./gradlew spotApply

Run tests

Run benchmarks

Generate API docs

Website

Preview website

  • mkdocs serve

Validate links

  • mkdocs-linkcheck

Continuous Integration

Delete all workflow runs

Requirements: PowerShell, gh

gh run list --limit 999 --json databaseId -q '.[].databaseId' |
ForEach-Object {
gh api "repos/$(gh repo view --json nameWithOwner -q .nameWithOwner)/actions/runs/$_" -X DELETE
}

Dependency Updates