Skip to content

fix: Line numbers now align to code (#9) #30

fix: Line numbers now align to code (#9)

fix: Line numbers now align to code (#9) #30

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Main checkout
uses: actions/checkout@v3
- name: Linting
run: make test-ci