Skip to content

update ls 1.16.18

update ls 1.16.18 #98

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: nixbuild/nix-quick-install-action@v22
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- run: nix --experimental-features 'nix-command flakes' build .#nvimWithCodeium