diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-12-12 15:32:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 15:32:38 (GMT) |
commit | 1dae8c805c61039b7f0c53021d0b828026077eba (patch) | |
tree | e4abb79b874f17777edd6694d5ca1c5d8aa756cd /.github/workflows/codespell.yml | |
parent | 1da36c90b636f6cd1889338a61602582e5187f00 (diff) | |
download | hdf5-1dae8c805c61039b7f0c53021d0b828026077eba.zip hdf5-1dae8c805c61039b7f0c53021d0b828026077eba.tar.gz hdf5-1dae8c805c61039b7f0c53021d0b828026077eba.tar.bz2 |
1.12 h5repack should only print if verbose (#2274)
* h5repack should only print if verbose
Also chage dump test to use long option
* Add note
* Update yaml workflows
Diffstat (limited to '.github/workflows/codespell.yml')
-rw-r--r-- | .github/workflows/codespell.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 6b7960a..a281fc7 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -8,7 +8,7 @@ jobs: name: Check for spelling errors runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: codespell-project/actions-codespell@master with: skip: ./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c,./config/sanitizer/LICENSE |