mirror of
https://github.com/github/codeql.git
synced 2026-03-05 23:26:51 +01:00
ATM: add hello world version of workflow checking queries run
This commit is contained in:
13
.github/workflows/atm-check-queries-run.yml
vendored
Normal file
13
.github/workflows/atm-check-queries-run.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user