Skip to content

Free Resources

Resource thumbnail
JS Marathon

Create Your Own GitHub Action With TypeScript

Live on March 15th, 2022 @ 11AM ET | Create your own GitHub Action with TypeScript Automating operations on your GitHub repository can be important for any project. There are plenty of already existing actions that you can use out of the box - from linting, testing, building and deploying the application all the way to benchmarking its performance. But, if your use-case is not covered by them, then don't lose hope. You can create your own GitHub action with ease using TypeScript! In this session, Chris will guide you through all the steps necessary to create a GitHub action and then use it in your project.