mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 08:52:48 +02:00
67779c0659
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v26...V27) --- 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>
15 lines
389 B
YAML
15 lines
389 B
YAML
on: [push, pull_request]
|
|
name: Test
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4.1.6
|
|
- uses: cachix/install-nix-action@V27
|
|
with:
|
|
nix_path: nixpkgs=channel:nixos-unstable
|
|
- run: nix flake check
|
|
|
|
# Verify the update script WORKS but we don't actually commit anything
|
|
# in the test job.
|
|
- run: ./update
|