Skip to content

Commit

Permalink
travis -> gha
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jul 21, 2023
1 parent 7d23e97 commit 010831e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "build"
on:
pull_request:
push:
jobs:
build:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Add nixpkgs to search path
run: |
nix-channel --add nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
nix-channel --update
- name: nix-build
run: nix-build
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# vim-nix

[![Build Status](https://travis-ci.org/LnL7/vim-nix.svg?branch=master)](https://travis-ci.org/LnL7/vim-nix)

Support for writing [Nix expressions](https://nixos.org/nix/manual/#chap-writing-nix-expressions) in vim.

Features included so far:
Expand Down

0 comments on commit 010831e

Please sign in to comment.