Files
codeql/.github/workflows/atm-model-integration-tests.yml
2022-11-02 10:09:06 +01:00

13 lines
171 B
YAML

name: ATM Model Integration Tests
on:
workflow_dispatch:
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- name: foo
run: echo "Hello world"