Merge pull request #3314 from crazy-max/dummy

Dummy workflow to enable GitHub Actions
This commit is contained in:
Arko Dasgupta 2020-12-18 15:39:20 -08:00 committed by GitHub
commit 35f1369d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.github/workflows/dummy.yml vendored Normal file
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