Skip to content

Commit

Permalink
👷 add check open API framework action
Browse files Browse the repository at this point in the history
  • Loading branch information
Coperh committed Oct 29, 2024
1 parent ebef919 commit bfdcbb9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/oaf-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Check Open API Framework Version

on:
push:
branches:
- master
tags:
- '*'
pull_request:
workflow_dispatch:
schedule:
- cron: '0 7 * * 1'


jobs:
open-api-workflow-check-oas:
uses: maykinmedia/open-api-workflows/.github/workflows/oaf-check.yml@feature/add-check-oaf-script

with:
python-version: '3.11'

0 comments on commit bfdcbb9

Please sign in to comment.