mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
Github action to use an Attic binary cache
https://cachix.org
- TypeScript 67.8%
- Nix 26.9%
- JavaScript 5.3%
| .github/workflows | ||
| __tests__ | ||
| lib | ||
| src | ||
| .gitignore | ||
| action.yml | ||
| jest.config.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| test.nix | ||
| tsconfig.json | ||
| yarn.lock | ||
TODO
Hacking
Install the dependencies
$ yarn install
Build the typescript
$ yarn build
Run the tests ✔️
$ yarn test