Skip to content

Commit

Permalink
Merge pull request #2 from LedgerHQ/create-lib
Browse files Browse the repository at this point in the history
Create lib
  • Loading branch information
sgliner-ledger authored May 2, 2024
2 parents b07dc06 + 3d54100 commit f3a1cfe
Show file tree
Hide file tree
Showing 669 changed files with 129 additions and 8,639 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/build_and_functional_tests.yml

This file was deleted.

28 changes: 21 additions & 7 deletions .github/workflows/coding_style_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
23 changes: 0 additions & 23 deletions .github/workflows/guidelines_enforcer.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/swap-ci-workflow.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .gitignore

This file was deleted.

81 changes: 0 additions & 81 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit f3a1cfe

Please sign in to comment.