Github action to use an Attic binary cache https://cachix.org
  • TypeScript 67.8%
  • Nix 26.9%
  • JavaScript 5.3%
Find a file
2019-09-30 15:32:36 +02:00
.github/workflows Initial commit 2019-09-30 15:32:36 +02:00
__tests__ Initial commit 2019-09-30 15:32:36 +02:00
lib Initial commit 2019-09-30 15:32:36 +02:00
src Initial commit 2019-09-30 15:32:36 +02:00
.gitignore Initial commit 2019-09-30 15:32:36 +02:00
action.yml Initial commit 2019-09-30 15:32:36 +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 Initial commit 2019-09-30 15:32:36 +02:00
README.md Initial commit 2019-09-30 15:32:36 +02:00
tsconfig.json Initial commit 2019-09-30 15:32:36 +02:00
yarn.lock Initial commit 2019-09-30 15:32:36 +02:00

TODO

Hacking

Install the dependencies

$ yarn install

Build the typescript

$ yarn build

Run the tests ✔️

$ yarn test