diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-02-22 23:03:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 23:03:40 (GMT) |
commit | 0662ff97124ce2a04436877fd4966dd105d60b45 (patch) | |
tree | 022fc5e3da8bb5f1367c121cf1f57d0e2f298318 /.github/workflows/codespell.yml | |
parent | 832ac883f41001ea83e63ecffcab9b23cf19306a (diff) | |
download | hdf5-0662ff97124ce2a04436877fd4966dd105d60b45.zip hdf5-0662ff97124ce2a04436877fd4966dd105d60b45.tar.gz hdf5-0662ff97124ce2a04436877fd4966dd105d60b45.tar.bz2 |
1.10 Add fetchcontent for compression libs and fix cmake config #2487 (#2494)
* Add fetchcontent for compression libs and fix cmake config #2487
* Add CI test for FetchContent
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 2292a6a..168e947 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -12,4 +12,4 @@ jobs: - uses: codespell-project/actions-codespell@master with: skip: ./.github/workflows/codespell.yml,./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c,./config/sanitizer/LICENSE,./tools/test/h5repack/testfiles/*.dat,./c++/src/*.html - ignore_words_list: ot,isnt,inout,nd,parms,parm,ba,offsetP,ser,ois,had,fiter,fo,clude,refere,minnum,offsetp,creat,eiter,lastr,ans,ifset,sur,trun,dne,tthe,hda,filname,te,htmp,minnum,ake,gord,numer,ro,oce + ignore_words_list: ot,isnt,inout,nd,parms,parm,ba,offsetP,ser,ois,had,fiter,fo,clude,refere,minnum,offsetp,creat,eiter,lastr,ans,ifset,sur,trun,dne,tthe,hda,filname,te,htmp,minnum,ake,gord,numer,ro,oce,msdos |