Skip to content

Update io.h

Update io.h #48

Workflow file for this run

name: "C++ Lint"
on:
push:
branches: [ "master" ]
paths:
- ".github/workflows/**"
- "lib/**"
- "CPPLINT.cfg"
pull_request:
branches: [ "master" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install cpplint
run: pip install cpplint
- uses: actions/checkout@v4
- name: Lint with cpplint
run: cpplint lib/*/*