Dummy workflow to enable GitHub Actions

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/3314/head
CrazyMax 2020-12-19 00:35:35 +01:00
parent 5ce1d85565
commit 07b948ea67
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 14 additions and 0 deletions

14
.github/workflows/dummy.yml vendored 100644
View File

@ -0,0 +1,14 @@
name: dummy
on:
workflow_dispatch:
push:
pull_request:
jobs:
dummy:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2