Skip to content

fix: allow setting overprovision ratio to 1 #257

fix: allow setting overprovision ratio to 1

fix: allow setting overprovision ratio to 1 #257

Workflow file for this run

---
name: codespell
on:
push:
branches: ['*']
pull_request:
branches: ['*']
jobs:
codespell:
name: codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: codespell
uses: codespell-project/actions-codespell@master
with:
exclude_file: go.sum
check_filenames: true
check_hidden: true
skip: ./vendor,./LICENSE
ignore_words_list: ro