From b8b35f3587fdab6fea4a3a06325ef96b6dbcc07d Mon Sep 17 00:00:00 2001 From: Mathias BROUSSET Date: Thu, 15 Jan 2026 11:27:29 +0100 Subject: [PATCH] add actionlint + remove runners instance --- .github/workflows/ci.yml | 1 - .pre-commit-config.yaml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02c3b68..3c10f8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,6 @@ jobs: deploy: name: Build and deploy ledgerblue package - runs-on: public-ledgerhq-shared-small needs: build_install 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 7becaa6..346376e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,3 +17,8 @@ repos: args: [ --fix ] # Run the formatter. - id: ruff-format +- repo: https://github.com/rhysd/actionlint + rev: v1.6.27 + hooks: + - id: actionlint + files: ^\.github/workflows/.*\.ya?ml$