From: Jim Huang Date: Mon, 13 Sep 2021 06:41:47 +0000 (+0000) Subject: Trivial GitHub workflow tweak X-Git-Tag: latest~104 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=a1aa18efe05a4caa16a16e7f70de7651ca5e7753;p=lkmpg Trivial GitHub workflow tweak --- diff --git a/.github/workflows/generate_doc.yaml b/.github/workflows/generate_doc.yaml index 76f4f04..1024bd9 100644 --- a/.github/workflows/generate_doc.yaml +++ b/.github/workflows/generate_doc.yaml @@ -44,6 +44,6 @@ jobs: - name: validate coding style and functionality run: | sudo apt-get install -q -y clang-format-11 - sh .ci/check-format.sh - bash .ci/build-n-run.sh - shell: bash \ No newline at end of file + .ci/check-format.sh + .ci/build-n-run.sh + shell: bash