Skip to content

Minor Refactoring and Documentation Update (#2) #2

Minor Refactoring and Documentation Update (#2)

Minor Refactoring and Documentation Update (#2) #2

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