Skip to content

Commit 7d426c8

Browse files
Merge pull request #156 from LedgerHQ/mbr/actionlint
add actionlint + remove runners instance
2 parents a897370 + b8b35f3 commit 7d426c8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
3737
deploy:
3838
name: Build and deploy ledgerblue package
39-
runs-on: public-ledgerhq-shared-small
4039
needs: build_install
4140
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_pypi_deployment.yml@v1
4241
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ repos:
1717
args: [ --fix ]
1818
# Run the formatter.
1919
- 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

Comments
 (0)