Skip to content

Commit 6936b71

Browse files
TEST WF
1 parent 578d39b commit 6936b71

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

.github/workflows/guidelines_enforcer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ on:
2020
jobs:
2121
guidelines_enforcer:
2222
name: Call Ledger guidelines_enforcer
23-
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v1
23+
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@cev/icon_matrix

.github/workflows/python-client.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,18 @@ on:
2020
jobs:
2121
lint:
2222
name: Call Ledger Python linters
23-
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_python_checks.yml@v1
23+
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_python_checks.yml@cev/icon_matrix
2424
with:
2525
run_linter: flake8
26-
run_type_check: false
26+
run_type_check: true
2727
src_directory: src
2828
setup_directory: client
2929
req_directory: client
30-
31-
mypy:
32-
name: Type checking
33-
runs-on: ubuntu-latest
34-
steps:
35-
- name: Clone
36-
uses: actions/checkout@v4
37-
- run: pip install mypy
38-
- name: Mypy type checking
39-
run: (cd client && mypy src/)
30+
base_directory: client
4031

4132
package_and_deploy:
4233
name: Build and deploy the Ethereum client Python package
43-
needs: [lint, mypy]
34+
needs: [lint]
4435
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_pypi_deployment.yml@v1
4536
with:
4637
package_name: ledger_app_clients.ethereum
@@ -49,4 +40,4 @@ jobs:
4940
jfrog_deployment: false
5041
release: false
5142
secrets:
52-
pypi_token: ${{ secrets.PYPI_PUBLIC_API_TOKEN }}
43+
pypi_token: ${{ secrets.PYPI_PUBLIC_API_TOKEN }}

0 commit comments

Comments
 (0)