A build, test and deploy tutorial using GitHub Actions.
  • TypeScript 72%
  • JavaScript 28%
Find a file
2023-02-18 20:09:05 +01:00
.github/workflows Fixed a warning in the workflow file 2023-02-17 17:28:41 +01:00
src Added a basic configuration and basic test 2023-02-17 14:08:09 +01:00
test Edited tests to be more meaningfull 2023-02-18 20:09:05 +01:00
.editorconfig Added a basic configuration and basic test 2023-02-17 14:08:09 +01:00
.gitignore Added a basic configuration and basic test 2023-02-17 14:08:09 +01:00
jest.config.cjs Added a basic configuration and basic test 2023-02-17 14:08:09 +01:00
LICENSE Initial commit 2023-02-17 09:50:28 +01:00
package.json Added a basic configuration and basic test 2023-02-17 14:08:09 +01:00
README.md Initial commit 2023-02-17 09:50:28 +01:00
tsconfig.json Added a basic configuration and basic test 2023-02-17 14:08:09 +01:00
yarn.lock Added a basic configuration and basic test 2023-02-17 14:08:09 +01:00

2023-tutorial-build-test-deploy

A build, test and deploy tutorial using GitHub Actions.