Skip to content

refactor: replace C-style casts with static_cast and simplify cpplint… #147

refactor: replace C-style casts with static_cast and simplify cpplint…

refactor: replace C-style casts with static_cast and simplify cpplint… #147

Workflow file for this run

name: Lint
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install mise
uses: jdx/mise-action@v3
- name: Run linters
run: mise run lint