taskter 0.1.0

Taskter is a terminal Kanban board CLI tool built with Rust.
Documentation
name: CI

on:
  pull_request:
    branches:
      - main

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
          profile: minimal
          override: true
      - name: Run precommit checks
        run: ./scripts/precommit.sh