Skip to content

test ci

test ci #3

Workflow file for this run

name: CI # Continuous Integration
on:
pull_request:
jobs:
fmt:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt --check --all