Skip to content

Commit e4b6798

Browse files
authored
Merge pull request #328 from maykinmedia/feature/add-quick-start
[maykinmedia/open-api-framework#99] Add quick-start.yml
2 parents 0bbdd20 + 686c8a1 commit e4b6798

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/[email protected]
15+
with:
16+
fixtures: 'klantinteracties contactgegevens'

0 commit comments

Comments
 (0)