[llvm] [GitHub] Fix minor typos in .github/workflows (PR #76592)
Craig Hesling via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 29 15:16:31 PST 2023
https://github.com/linux4life798 created https://github.com/llvm/llvm-project/pull/76592
Fix one spelling typo and remove second newline from end of files.
>From 00a607d8f1a88819c819e181c3cda8e7ce4d84cc Mon Sep 17 00:00:00 2001
From: Craig Hesling <craig at hesling.com>
Date: Fri, 29 Dec 2023 17:39:28 -0500
Subject: [PATCH 1/2] [GitHub] Fix typo in workflows/README.md
---
.github/workflows/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
>From 754a5e88e14aa735604a48d548a350da98c21aae Mon Sep 17 00:00:00 2001
From: Craig Hesling <craig at hesling.com>
Date: Fri, 29 Dec 2023 17:48:01 -0500
Subject: [PATCH 2/2] [GitHub] Remove extra ending newline in workflows yamls
---
.github/workflows/docs.yml | 1 -
.github/workflows/libcxx-build-and-test.yaml | 1 -
2 files changed, 2 deletions(-)
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/*
-
More information about the llvm-commits
mailing list