Skip to content

Add Switch to Next/Prev Split or Tab command #1010

Add Switch to Next/Prev Split or Tab command

Add Switch to Next/Prev Split or Tab command #1010

Workflow file for this run

name: Nix Build
on:
workflow_dispatch:
pull_request:
paths:
- '**/*.rs'
- '**/Cargo.toml'
- '**/Cargo.lock'
- '.github/workflows/nix-build.yml'
push:
branches:
- main
paths:
- '**/*.rs'
- '**/Cargo.toml'
- '**/Cargo.lock'
- '.github/workflows/nix-build.yml'
jobs:
lints:
name: Build
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- run: nix build --max-jobs auto --build-max-jobs auto --print-build-logs