From: Victor Julien Date: Fri, 5 May 2023 18:17:09 +0000 (+0200) Subject: github-ci: spelling X-Git-Tag: suricata-7.0.0-rc2~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb7ff5b61c36b463513837062baee71d26a336c1;p=thirdparty%2Fsuricata.git github-ci: spelling --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f8073208f7..43b45f9e9a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,7 @@ # only ppl with push rights in the repo can be owners # https://github.com/isaacs/github/issues/989#issuecomment-320475904 # -# additionally, it seems only the directoy syntax works. +# additionally, it seems only the directory syntax works. # e.g. '/src/source-*.[ch] @regit' seems to have no effect. * @victorjulien /src/ @victorjulien diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 742ef36129..56839e96d7 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -128,7 +128,7 @@ jobs: curl https://sh.rustup.rs -sSf | sh -s -- -y echo "$HOME/.cargo/bin" >> $GITHUB_PATH rustup target add x86_64-unknown-linux-musl - - name: Buliding static cbindgen for Linux + - name: Building static cbindgen for Linux run: | cargo install --target x86_64-unknown-linux-musl --debug cbindgen cp $HOME/.cargo/bin/cbindgen . @@ -360,7 +360,7 @@ jobs: - uses: actions/checkout@v3.3.0 - # Prebuild check for duplicat SIDs + # Prebuild check for duplicate SIDs - name: Check for duplicate SIDs run: | dups=$(sed -n 's/^alert.*sid:\([[:digit:]]*\);.*/\1/p' ./rules/*.rules|sort|uniq -d|tr '\n' ' ')