a1f2e2bed7277c3b43fcd8c5bae1cd34dd7901f6
				
			
			
		
	nix-action
Installs Nix in platform agnostic way (supports: Linux/macOS).
Usage
Create .github/workflows/test.yml in your repo with the following contents:
name: "Test"
on:
  pull_request:
  push:
jobs:
  tests:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - uses: cachix/nix-action@v1
    - run: nix-build
See also cachix-action for simple binary cache setup.
Hacking
Install the dependencies
$ yarn install
Build the typescript
$ yarn build
Run the tests ✔️
$ yarn test
					Languages
				
				
								
								
									Shell
								
								87.1%
							
						
							
								
								
									Nix
								
								12.9%