Browse Source

TOOL-4: YAML :(

TOOL-4
Alex Sears 3 years ago
parent
commit
c3b0678061
No known key found for this signature in database GPG Key ID: B00C1DBE761753A4
  1. 2
      .github/workflows/validate_and_build.yaml

2
.github/workflows/validate_and_build.yaml

@ -26,7 +26,7 @@ jobs:
- name: Analysing the code
uses: jidicula/clang-format-action@7f6b4bf5a7eb211c0872364ccd8072ff8a77ac44
with:
clang-format-version: 5.0
clang-format-version: '5.0'
check-path: ./ports/stm32
exclude-regex: trezor-firmware
continue-on-error: true

Loading…
Cancel
Save