From 8119951283bf2badceff4bb6bda742ca5518a321 Mon Sep 17 00:00:00 2001 From: Vixay Phimmasane Date: Tue, 4 Feb 2025 16:01:46 +0100 Subject: [PATCH] ci: fix typo in coding_guidelines.yml Typo fix: Guidelines Signed-off-by: Vixay Phimmasane --- .github/workflows/coding_guidelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding_guidelines.yml b/.github/workflows/coding_guidelines.yml index 9ab2bc974b14..81c20b372d9a 100644 --- a/.github/workflows/coding_guidelines.yml +++ b/.github/workflows/coding_guidelines.yml @@ -29,7 +29,7 @@ jobs: sudo apt-get update sudo apt-get install coccinelle - - name: Run Coding Guildeines Checks + - name: Run Coding Guidelines Checks continue-on-error: true id: coding_guidelines env: