Skip to content

Add faftest2 (not normalized yet) #23

Add faftest2 (not normalized yet)

Add faftest2 (not normalized yet) #23

Workflow file for this run

name: Syntax Test
# Controls when the action will run.
on:
pull_request:
push:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-20.09
- run: find -name '*.nix' -exec nix-instantiate --parse {} \;