Do not assert committableIndices of the next state in "replicate", which can cause an error if the log ends on this "replicate". #16019
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Format and License Checks" | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
checks: | |
runs-on: ubuntu-latest | |
container: ccfmsrc.azurecr.io/ccf/ci:05-09-2023-virtual-clang15 | |
steps: | |
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE" | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- run: ./scripts/ci-checks.sh |