1
0
Fork 0
mirror of https://github.com/emacs-twist/org-babel.git synced 2025-03-05 08:17:05 +00:00

ci: Add a step to run nix flake check

This commit is contained in:
Akira Komamura 2022-12-01 18:56:08 +09:00
parent 8b1e46093f
commit 2b96fa98b8

View file

@ -21,3 +21,6 @@ jobs:
run: nix-instantiate --eval --strict test/test.nix
- name: Test parameter parsing
run: nix-instantiate --eval --strict test/testParams.nix
- name: Check the derivation
run: nix flake check --override-input org-babel ..
working_directory: test