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: Code analysis checks
on: [push]
jobs:
codeanalysis:
runs-on: ubuntu-latest
steps:
- name: Main checkout
uses: actions/checkout@v3
- name: Linting
run: make lint