This is a template of TypeScript action. Inspired from https://github.com/actions/typescript-action.
- GraphQL Code Generator with GitHub GraphQL schema
- Ready to develop with the minimum configs
- Prettier
- ESLint
- tsconfig
- Jest
- Automated continuous release
- Keep consistency of generated files
- Shipped with Renovate config
See https://github.com/int128/typescript-action for details.
To run this action, create a workflow as follows:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: int128/typescript-action-with-graphql-codegen@v1
Name | Default | Description |
---|---|---|
sha |
github.sha |
Target commit SHA |
token |
github.token |
GitHub token |
Name | Description |
---|---|
example |
Example output |