Skip to content

Adds passthru.grammarPlugins to match nixpkgs nvim-treesitter #8

Adds passthru.grammarPlugins to match nixpkgs nvim-treesitter

Adds passthru.grammarPlugins to match nixpkgs nvim-treesitter #8

Workflow file for this run

name: check
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Nix
uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
run: nix flake check