ATM: add hello world version of workflow checking queries run

This commit is contained in:
Jean Helie
2022-10-21 16:37:43 +02:00
parent 7a8c9e7644
commit c0593c945b

View File

@@ -0,0 +1,13 @@
name: ATM Check Queries Run
# This check is required, therefore we must run it on all PRs, even if only Markdown has changed.
on:
workflow_dispatch:
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- name: foo
run: echo "Hello world"