Skip to content

fix nvim-treesitter integration with scala, smithy and nix #1

fix nvim-treesitter integration with scala, smithy and nix

fix nvim-treesitter integration with scala, smithy and nix #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
paths-ignore:
- 'LICENSE'
- 'README.md'
- 'docs/**'
- 'statix.toml'
- '.gitignore'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.2
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v30
- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v15
with:
name: gvolpe-nixos
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: "Build Metals overlay 🔧"
run: nix run .#metals -- -version
- name: "Build tree-sitter-scala from master 🔧"
run: nix build .#ts-scala -L
- name: "Build NeoVim flake ❄️"
run: nix build .#ide
- name: "Build NeoVim Scala ❄️"
run: |
nix build .#scala
nix build .#scala-rose-pine
nix build .#scala-tokyo-night