mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2026-01-26 06:22:24 -08:00
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 29 to 30. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v29...v30) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
343 B
YAML
17 lines
343 B
YAML
name: Checks
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
|
|
jobs:
|
|
flake-show:
|
|
runs-on: ubuntu-latest
|
|
outputs:
|
|
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
|
steps:
|
|
- uses: actions/checkout@v4.2.0
|
|
- uses: cachix/install-nix-action@v30
|
|
- id: set-matrix
|
|
name: Evaluate flake
|
|
run: nix flake show --all-systems
|