Skip to content

Fix off-by-one error when tracking dirty blocks. #3

Fix off-by-one error when tracking dirty blocks.

Fix off-by-one error when tracking dirty blocks. #3

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: 'Spelling'
on:
pull_request:
branches:
- master
push:
branches:
- master
permissions:
contents: read
concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true
jobs:
typos_check:
name: 'Typos check'
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: actions/checkout@v3
- uses: crate-ci/typos@master