Skip to content

fix!: Fix an issue where the buffer capacity was not passed correctly… #13

fix!: Fix an issue where the buffer capacity was not passed correctly…

fix!: Fix an issue where the buffer capacity was not passed correctly… #13

Workflow file for this run

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]