From e0af027e6b5caae30fea2c41a78aa60c759de652 Mon Sep 17 00:00:00 2001 From: Mathias BROUSSET Date: Thu, 15 Jan 2026 11:40:53 +0100 Subject: [PATCH] add actionlint --- .github/workflows/ci.yml | 1 - .pre-commit-config.yaml | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55ea23b..f67f90b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,6 @@ jobs: deploy: name: Build and deploy ledgerwallet package - runs-on: public-ledgerhq-shared-small needs: [build_install_test] uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_pypi_deployment.yml@v1 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0595b49..e620fe8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,3 +46,9 @@ repos: rev: 5.12.0 hooks: - id: isort + + - repo: https://github.com/rhysd/actionlint + rev: v1.6.27 + hooks: + - id: actionlint + files: ^\.github/workflows/.*\.ya?ml$