zig-overlay/.github/workflows/test.yml

16 lines
389 B
YAML
Raw Normal View History

2022-08-22 19:46:42 -07:00
on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: cachix/install-nix-action@v21
2022-08-22 19:46:42 -07:00
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