Skip to content

code cleanups

code cleanups #31

Workflow file for this run

jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/[email protected]
with:
version: "16.0"
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()
on:
pull_request:
push: