mirror of
https://github.com/github/codeql.git
synced 2026-04-17 13:04:02 +02:00
13 lines
171 B
YAML
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"
|