Add yamllint CI and codespell CI

This commit is contained in:
Francois Beutin
2024-04-03 08:59:30 +02:00
parent 5f9bcb12ad
commit fdc43ec946
5 changed files with 71 additions and 34 deletions

View File

@@ -18,9 +18,9 @@ jobs:
name: Analyse
strategy:
matrix:
sdk: [ "$NANOS_SDK", "$NANOX_SDK", "$NANOSP_SDK", "$STAX_SDK" ]
#'cpp' covers C and C++
language: [ 'cpp' ]
sdk: ["$NANOS_SDK", "$NANOX_SDK", "$NANOSP_SDK", "$STAX_SDK"]
# 'cpp' covers C and C++
language: ['cpp']
runs-on: ubuntu-latest
container:
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-legacy:latest