Skip to content

Commit

Permalink
added action
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma committed May 28, 2024
1 parent 8d782fc commit b533113
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/generate_api.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Generate API

on: push

jobs:
generate-api:
runs-on: ubuntu-latest
steps:
- name: Generate sdRDM library
uses: JR-1991/generate-sdrdm-api@main
with:
library_name: MTPHandler

0 comments on commit b533113

Please sign in to comment.