Github action to use an Attic binary cache https://cachix.org
  • TypeScript 67.8%
  • Nix 26.9%
  • JavaScript 5.3%
Find a file
2019-10-01 14:30:41 +02:00
.github/workflows Install Nix via the action 2019-10-01 11:54:05 +02:00
__tests__ use sane version of split 2019-10-01 12:10:07 +02:00
lib Install Nix via the action 2019-10-01 11:54:05 +02:00
src Bump cachix to development to solve a bug 2019-10-01 14:30:41 +02:00
.gitignore Initial commit 2019-09-30 15:32:36 +02:00
action.yml Install Nix via the action 2019-10-01 11:54:05 +02:00
jest.config.js Initial commit 2019-09-30 15:32:36 +02:00
LICENSE Initial commit 2019-09-30 15:32:36 +02:00
package.json Install Nix via the action 2019-10-01 11:54:05 +02:00
README.md Initial commit 2019-09-30 15:32:36 +02:00
test.nix Install Nix via the action 2019-10-01 11:54:05 +02:00
tsconfig.json Initial commit 2019-09-30 15:32:36 +02:00
yarn.lock Install Nix via the action 2019-10-01 11:54:05 +02:00

TODO

Hacking

Install the dependencies

$ yarn install

Build the typescript

$ yarn build

Run the tests ✔️

$ yarn test