Skip to content

Merge pull request #34 from LedgerHQ/use-serde #24

Merge pull request #34 from LedgerHQ/use-serde

Merge pull request #34 from LedgerHQ/use-serde #24

name: Run coding style check
# This workflow will run linting checks to ensure a level of code quality among all Ledger applications.
#
# The presence of this workflow is mandatory as a minimal level of linting is required.
on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:
jobs:
check_linting:
name: Check linting using the reusable workflow
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_lint.yml@v1

Check failure on line 19 in .github/workflows/coding_style_checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/coding_style_checks.yml

Invalid workflow file

error parsing called workflow ".github/workflows/coding_style_checks.yml" -> "LedgerHQ/ledger-app-workflows/.github/workflows/reusable_lint.yml@v1" (source tag with sha:f997b32195b918cb6aaf7dcbf755a40122e8af6b) --> "./.github/workflows/_get_app_metadata.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
source: './src'