rose-pine-nix/.github/workflows/ci.yml
dependabot[bot] 0f2d8bba21
ci: bump DeterminateSystems/magic-nix-cache-action from 4 to 6 (#169)
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 4 to 6.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v4...v6)

---
updated-dependencies:
- dependency-name: DeterminateSystems/magic-nix-cache-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 19:35:43 -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@v6
- name: Run VM
run: |
nix build --print-build-logs --show-trace ./dev#checks.x86_64-linux.module-vm-test