Review, lint & publish with GitHub Actions
Last updated
The following steps introduce the GitHub action to your repository. This action sets up tessl so it can be used for any CI/CD use case, such as auto-publishing tiles, linting or running skill reviews on PRs, etc.
If you're migrating your skill into Tessl's registry, using the GitHub action will automatically link your tile to the repository, and all skills we previously indexed in the repository will be hidden and redirected to the tiles. See Tessl's setup-tessl GitHub action for additional options and information.
Create your workflow file in .github/workflows for your desired action. For example, here's how you'd set up an auto-publish action.
Last updated

