-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from LedgerHQ/create-lib
Create lib
- Loading branch information
Showing
669 changed files
with
129 additions
and
8,639 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,24 @@ on: | |
pull_request: | ||
|
||
jobs: | ||
check_linting: | ||
name: Check linting using the reusable workflow | ||
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_lint.yml@v1 | ||
with: | ||
source: './lib-app-bitcoin/' | ||
extensions: 'h,c' | ||
version: 11 | ||
job_lint: | ||
name: Lint check | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest | ||
|
||
steps: | ||
- name: Clone | ||
uses: actions/checkout@v4 | ||
|
||
- name: Ensure clang-format is customized | ||
uses: andstor/file-existence-action@v3 | ||
with: | ||
files: ".clang-format" | ||
|
||
- name: Lint check for C app | ||
uses: DoozyX/[email protected] | ||
with: | ||
source: "." | ||
extensions: 'h,c' | ||
clangFormatVersion: 11 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.