Merge pull request #590 from LedgerHQ/fbe/add_check_sdk_workflow

Add CI workflow to ensure ethereum SDK is up to date
This commit is contained in:
François Beutin
2024-05-29 08:50:26 +02:00
committed by GitHub

16
.github/workflows/check_sdk.yml vendored Normal file
View File

@@ -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