Skip to content

Minor Refactoring and Documentation Update #1

Minor Refactoring and Documentation Update

Minor Refactoring and Documentation Update #1

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
run: make lint