Skip to content

style: format comment blocks to wrap on 100 col limit #1

style: format comment blocks to wrap on 100 col limit

style: format comment blocks to wrap on 100 col limit #1

Workflow file for this run

name: Code Quality
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
coding-style:
runs-on: ubuntu-latest
container: baoproject/bao:latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- run: make format-check