Skip to content

unique_ptr and rework UUID generation #5

unique_ptr and rework UUID generation

unique_ptr and rework UUID generation #5

Workflow file for this run

name: Check for typos
on:
push:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive
- uses: codespell-project/actions-codespell@v2