repo 0.14.8

An opinionated tool for repo management.
name: CI

on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v6
      #   with:
      #       lfs: 'true'
      - uses: actions/setup-node@v6
        with:
          node-version: 24
      # - uses: oven-sh/setup-bun@v2
      # - uses: Swatinem/rust-cache@v2
      # - run: make setup
      - run: make lint
      - run: make test