Skip to content

refactor(lang): use small presets for langs, bring a small statusline #6

refactor(lang): use small presets for langs, bring a small statusline

refactor(lang): use small presets for langs, bring a small statusline #6

Workflow file for this run

name: Nix build
on:
push:
branches: [main]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: DeterminateSystems/determinate-nix-action@v3
- name: Build with Nix DevShell
run: |
nix develop --command bash -c '
bun install
bun run build
'