Skip to content

Commit bfdcbb9

Browse files
committed
👷 add check open API framework action
1 parent ebef919 commit bfdcbb9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/oaf-check.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Check Open API Framework Version
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
tags:
8+
- '*'
9+
pull_request:
10+
workflow_dispatch:
11+
schedule:
12+
- cron: '0 7 * * 1'
13+
14+
15+
jobs:
16+
open-api-workflow-check-oas:
17+
uses: maykinmedia/open-api-workflows/.github/workflows/oaf-check.yml@feature/add-check-oaf-script
18+
19+
with:
20+
python-version: '3.11'
21+

0 commit comments

Comments
 (0)