Skip to content

Update bit manipulation functions to use unsigned types for safety #2

Update bit manipulation functions to use unsigned types for safety

Update bit manipulation functions to use unsigned types for safety #2

Workflow file for this run

name: C CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: make format-check
- name: Lint
run: make lint
- name: Build
run: make