Skip to content

Commit f3e5381

Browse files
1 parent 65f1c82 commit f3e5381

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/quick-start.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: quick-start
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- '**'
10+
workflow_dispatch:
11+
12+
jobs:
13+
open-api-workflow-quick-start:
14+
uses: maykinmedia/open-api-workflows/.github/workflows/quick-start.yml@feature/add-quick-start
15+
with:
16+
fixtures: 'demodata'

0 commit comments

Comments
 (0)