We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a897370 + b8b35f3 commit 7d426c8Copy full SHA for 7d426c8
.github/workflows/ci.yml
@@ -36,7 +36,6 @@ jobs:
36
37
deploy:
38
name: Build and deploy ledgerblue package
39
- runs-on: public-ledgerhq-shared-small
40
needs: build_install
41
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_pypi_deployment.yml@v1
42
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
.pre-commit-config.yaml
@@ -17,3 +17,8 @@ repos:
17
args: [ --fix ]
18
# Run the formatter.
19
- id: ruff-format
20
+- repo: https://github.com/rhysd/actionlint
21
+ rev: v1.6.27
22
+ hooks:
23
+ - id: actionlint
24
+ files: ^\.github/workflows/.*\.ya?ml$
0 commit comments