Skip to content

add new next-tab action, bound by default to tab key #47

add new next-tab action, bound by default to tab key

add new next-tab action, bound by default to tab key #47

Workflow file for this run

name: Build
on:
pull_request:
push:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v23
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
with:
name: nimmm
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build