Skip to content

Commit

Permalink
reenabled api generation
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma committed Mar 19, 2024
1 parent 2cdf50e commit fce12c4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/update_api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Generate API

on: push

jobs:
generate-api:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Generate sdRDM library
uses: JR-1991/generate-sdrdm-api@main
with:
library_name: MTPHandler

0 comments on commit fce12c4

Please sign in to comment.