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$