Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
rebase from origin of fork.
Browse files Browse the repository at this point in the history
Lots of changes were made to the jordanisaacs/neovim-flake repo
including some treesitter bugfixes. This is a pretty major refactor but
is functionally consistent with the previous commit.
  • Loading branch information
siph committed Mar 2, 2023
1 parent cad7f1a commit 6d7c771
Show file tree
Hide file tree
Showing 48 changed files with 1,911 additions and 1,302 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Pull request"
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
nix-flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix flake check
Loading

0 comments on commit 6d7c771

Please sign in to comment.