Skip to content

Commit

Permalink
Setting up CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Aug 6, 2020
1 parent b01a8c7 commit 92bafcb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Haskell CI
on:
pull_request:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: "actions/checkout@v2.1.0"
- uses: "cachix/install-nix-action@v9"
- uses: "cachix/cachix-action@v6"
with:
name: dconf2nix
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
- run: nix-build
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# dconf2nix

[![CI Status](https://github.com/gvolpe/dconf2nix/workflows/Haskell%20CI/badge.svg)](https://github.com/gvolpe/dconf2nix/actions)

A convenient converter of [DConf](https://wiki.gnome.org/Projects/dconf) files to Nix, as expected by [Home Manager's dconf settings](https://rycee.gitlab.io/home-manager/options.html#opt-dconf.settings). So you can Nixify your [Gnome Shell](https://wiki.gnome.org/Projects/GnomeShell) configuration :wink:

---
Expand Down

0 comments on commit 92bafcb

Please sign in to comment.