mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-05-05 14:55:29 +08:00

* docs: Update description * deps: Add nock * chore: Add resolveJsonModule * test: Add integration testing * chore: Add @typescript-eslint/eslint-plugin * refactor: Fix lint errors * chore: Add eslint-plugin-jest * refactor: Fix lint errors * test: Add remove working files * ci: Comment out cache steps
4 lines
45 B
TypeScript
4 lines
45 B
TypeScript
import * as main from './main';
|
|
|
|
main.run();
|