diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml
index f379364..d531674 100644
--- a/.github/workflows/build-and-publish.yml
+++ b/.github/workflows/build-and-publish.yml
@@ -1,7 +1,7 @@
 ---
-name: Build and Publish
+name: "Build and Publish"
 
-"on":
+on:
   # run it on push to the default repository branch
   push:
     branches: [master]
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index a274d20..8df8cdc 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -9,6 +9,7 @@
 # the `language` matrix defined below to confirm you have the correct set of
 # supported CodeQL languages.
 #
+---
 name: "CodeQL"
 
 on: