codeium.nvim/.github/workflows/ci.yaml
Prem Nair 37f24a7e3e
Add build to CI (#94)
* Add build to CI

* Break hash

* Revert "Break hash"

This reverts commit c105c85ce27cbedc44ab90f7eb79546703263333.

* Test alternate hash
2023-09-21 11:38:58 -07:00

15 lines
374 B
YAML

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