Skip to content

Commit

Permalink
Check SDK workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquefynn committed Jul 3, 2024
1 parent 5e8aa0e commit 2f6d7b2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check_sdk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Check SDK submodule version

on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:

jobs:
job_check_SDK:
name: Check Ethereum plugin SDK submodule is up-to-date
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_check_ethereum_sdk.yml@v1

0 comments on commit 2f6d7b2

Please sign in to comment.