Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 648 Bytes

File metadata and controls

14 lines (9 loc) · 648 Bytes

.github

A repository gathering commonly used GitHub Workflows and Actions in Typeform public repositories.

Note: Please do not use this repository for new internal shared workflows and actions. Use https://github.com/Typeform/.github-private instead.

Contributing

⚠️ This is a public repository. To avoid leaking API tokens, passwords, or other sensitive data please enable a custom git hook for that purpose. To activate it run:

make enable-git-hooks

All code should pass tests, as well as be well documented. Please also see the Commit Message Guidelines for how commit messages should be structured.