Skip to content

[Refactor] *: align naming/convention, ironed out structure #16

[Refactor] *: align naming/convention, ironed out structure

[Refactor] *: align naming/convention, ironed out structure #16

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup mise
uses: jdx/mise-action@v2
- name: Run CI checks
run: make ci