Skip to content

fix: Use clone to avoid pass by reference (#19) #46

fix: Use clone to avoid pass by reference (#19)

fix: Use clone to avoid pass by reference (#19) #46

Workflow file for this run

name: Code analysis checks
on: [push]
jobs:
codeanalysis:
runs-on: ubuntu-latest
steps:
- name: Main checkout
uses: actions/checkout@v4
- name: Linting
run: make lint