Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github action YAML schema fix #57

Closed
nsajko opened this issue May 10, 2024 · 0 comments · Fixed by #58
Closed

Github action YAML schema fix #57

nsajko opened this issue May 10, 2024 · 0 comments · Fixed by #58

Comments

@nsajko
Copy link
Collaborator

nsajko commented May 10, 2024

Getting the warning: Incorrect type. Expected "array".

diff --git a/.github/workflows/UnitTests.yml b/.github/workflows/UnitTests.yml
index 3d3d222..34d9f1e 100644
--- a/.github/workflows/UnitTests.yml
+++ b/.github/workflows/UnitTests.yml
@@ -1,9 +1,10 @@
 name: Unit Tests
 
 on:
   push:
-    branches: "main"
+    branches:
+      - "main"
   pull_request:
   release:
 
 concurrency:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant