This directory contains GitHub-specific configuration files for the zio-raft repository.
Custom instructions for GitHub Copilot that ensure quality checks (formatting, linting, testing) are performed before completing any task in this repository.
These instructions are automatically picked up by GitHub Copilot when working on pull requests and issues in this repository.
GitHub Actions workflow definitions:
scala-ci.yml- CI checks for Scala codetypescript-ci.yml- CI checks for TypeScript codecopilot-setup-steps.yml- Setup steps for GitHub Copilot workspacepublish.yml- Publishing workflow
If you add new quality check commands (formatters, linters, etc.), please update copilot-instructions.md to ensure GitHub Copilot knows to run them.