rose-pine-nix/.github/workflows/ci.yml
seth 28e6d8a18d
feat(modules): add catppuccin.sources option (#129)
* feat(modules): add `catppuccin.sources` option

* refactor(modules)!: nvfetcher -> npins

npins gives us a nicer file to import that is a simple name value pair
of the port and the path in the store. this allows for easier overriding
with the catppuccin.sources option

* fix(modules): ensure default sources are applied to `catppuccin.sources`
2024-05-13 16:33:16 -04:00

46 lines
915 B
YAML

name: CI
on:
push:
branches: [main]
paths:
- '.sources/**'
- '**.lock'
- '**.nix'
pull_request:
workflow_dispatch:
jobs:
format:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v26
- name: Run formatter
run: |
nix run --inputs-from ./dev nixpkgs#nixpkgs-fmt -- .
- name: Check for changes
run: git diff --color=always --exit-code
vm:
name: Test Modules
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v26
- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v4
- name: Run VM
run: |
nix build --print-build-logs --show-trace ./dev#checks.x86_64-linux.module-vm-test