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$