[llvm] [GitHub] Fix minor typos in .github/workflows (PR #76592)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 29 15:16:56 PST 2023
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Craig Hesling (linux4life798)
<details>
<summary>Changes</summary>
Fix one spelling typo and remove second newline from end of files.
---
Full diff: https://github.com/llvm/llvm-project/pull/76592.diff
3 Files Affected:
- (modified) .github/workflows/README.md (+1-1)
- (modified) .github/workflows/docs.yml (-1)
- (modified) .github/workflows/libcxx-build-and-test.yaml (-1)
``````````diff
diff --git a/.github/workflows/README.md b/.github/workflows/README.md
index 2781d9cc0e63d6..ce34d2337e9c5a 100644
--- a/.github/workflows/README.md
+++ b/.github/workflows/README.md
@@ -1 +1 @@
-Github action workflows should be stored in this directrory.
+Github action workflows should be stored in this directory.
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 9c695e714edd63..bf559964ff97b8 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -167,4 +167,3 @@ jobs:
run: |
cmake -B flang-build -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang;mlir;flang" -DLLVM_ENABLE_SPHINX=ON -DSPHINX_WARNINGS_AS_ERRORS=OFF ./llvm
TZ=UTC ninja -C flang-build docs-flang-html docs-flang-man
-
diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml
index 25e8c8c1ef21aa..3fd49541fd7cb2 100644
--- a/.github/workflows/libcxx-build-and-test.yaml
+++ b/.github/workflows/libcxx-build-and-test.yaml
@@ -207,4 +207,3 @@ jobs:
**/CMakeError.log
**/CMakeOutput.log
**/crash_diagnostics/*
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/76592
More information about the llvm-commits
mailing list