From edcd2f292be1d2069229c869d7c3e690a190ffe0 Mon Sep 17 00:00:00 2001 From: olf Date: Fri, 29 Mar 2024 05:15:23 +0100 Subject: [PATCH] [.github/workflows/build.yml] No comma after "i.e." in BE --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dcbe85c..3b0ae8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ on: defaults: run: - # Note that 'bash' provides -o pipefail, in contrast to the default (i.e., unspecified, which also uses bash) or 'sh', + # Note that 'bash' provides -o pipefail, in contrast to the default (i.e. unspecified, which also uses bash) or 'sh', # see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell shell: sh