Skip to content

Feat: Fix write bug for change #8

Feat: Fix write bug for change

Feat: Fix write bug for change #8

Workflow file for this run

name: Nix Build LsTodo
on:
push:
branches: [main]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v3
- name: Build default package
run: nix build