Skip to content

Commit

Permalink
Merge pull request #590 from LedgerHQ/fbe/add_check_sdk_workflow
Browse files Browse the repository at this point in the history
Add CI workflow to ensure ethereum SDK is up to date
  • Loading branch information
fbeutin-ledger authored May 29, 2024
2 parents a5410a9 + e7a1ac3 commit 76e8690
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 76e8690

Please sign in to comment.