fix!: Fix an issue where the buffer capacity was not passed correctly… #13
This file contains hidden or 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: Lint | |
| on: | |
| push: | |
| pull_request: | |
| permissions: | |
| contents: read # to fetch code (actions/checkout) | |
| jobs: | |
| scan: | |
| runs-on: ubuntu-24.04 | |
| env: | |
| CC: gcc | |
| DEBIAN_FRONTEND: noninteractive | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v5 | |
| - name: Lint markdown | |
| uses: akiomik/[email protected] |