Skip to content

Commit 87f8819

Browse files
committed
Dummy workflow to enable GitHub Actions
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
1 parent 5dd12d0 commit 87f8819

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: ci
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
pull_request:
7+
8+
jobs:
9+
dummy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
-
13+
name: Checkout
14+
uses: actions/checkout@v2

0 commit comments

Comments
 (0)