Skip to content

Revert "Try to lint code without Makefile" #4

Revert "Try to lint code without Makefile"

Revert "Try to lint code without Makefile" #4

Workflow file for this run

name: Lint
on:
pull_request:
push:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- run: pip install cpplint
- run: make lint