Add a crc of the BSS before and after os_lib_call for GET_PRINTABLE_AMOUNT and CHECK_ADDRESS #1188
Workflow file for this run
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
name: Code style check | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
- develop | |
pull_request: | |
jobs: | |
job_lint: | |
name: Lint | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone | |
uses: actions/checkout@v3 | |
- name: Lint | |
uses: DoozyX/[email protected] | |
with: | |
source: './src' | |
extensions: 'h,c' | |
clangFormatVersion: 12 |