Skip to content

Revert "feat: Add enterprise mode support (#141)" #38

Revert "feat: Add enterprise mode support (#141)"

Revert "feat: Add enterprise mode support (#141)" #38

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