Skip to content

improve: AttestationStatusWatch::next_batch_to_attest non-optional (BFT-496) #528

improve: AttestationStatusWatch::next_batch_to_attest non-optional (BFT-496)

improve: AttestationStatusWatch::next_batch_to_attest non-optional (BFT-496) #528

Workflow file for this run

# A Github action that typos to check spelling.
#
# _typos.toml is a config file of typos.
# More details about typos is https://github.com/crate-ci/typos
name: Typos
on: pull_request
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Check for typos
uses: crate-ci/typos@master
with:
config: ./.github/_typos.toml