Skip to content

feat(helix): add wakatime-lsp #40

feat(helix): add wakatime-lsp

feat(helix): add wakatime-lsp #40

Workflow file for this run

name: Nix
on: [push, pull_request]
jobs:
build:
name: Check flake and upload build cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Check flake structure
run: nix flake check