mirror of
https://github.com/iofq/nvim-treesitter-main.git
synced 2026-01-23 09:25:17 -06:00
push built grammars to cachix
This commit is contained in:
parent
976859670c
commit
920cebbd36
2 changed files with 24 additions and 0 deletions
6
.github/workflows/main.yaml
vendored
6
.github/workflows/main.yaml
vendored
|
|
@ -9,6 +9,12 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||
- uses: cachix/cachix-action@master
|
||||
if: github.ref == 'refs/heads/master'
|
||||
with:
|
||||
name: nvim-treesitter-main
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
||||
- run: nix flake check
|
||||
- run: nix run nixpkgs#nixfmt **/*.nix
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue