chore(ci): the workflow was seen as ill formed by github

- it was sending error messages via email, silence it by having it well
formed
This commit is contained in:
Arthur Meyre
2023-08-02 14:26:07 +02:00
parent df4c9f511d
commit 60c87b6d95

View File

@@ -1,2 +1,14 @@
# Placeholder workflow file allowing running it without having to merge to main first
name: Placeholder Workflow
on:
workflow_dispatch:
jobs:
placeholder:
name: Placeholder
runs-on: ubuntu-latest
steps:
- run: |
echo "Hello this is a Placeholder Workflow"