Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

chore(deps): bump cargo-bins/cargo-binstall from 1.10.6 to 1.10.7 #4

chore(deps): bump cargo-bins/cargo-binstall from 1.10.6 to 1.10.7

chore(deps): bump cargo-bins/cargo-binstall from 1.10.6 to 1.10.7 #4

Workflow file for this run

name: c-code
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
clang-format:
name: Check if C code compiles and runs
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup just
uses: extractions/setup-just@v2
- name: Compile and run C code
run: just c-run