https://github.com/surfstudio/flutter-ci-workflows
To store shared GitHub action workflows, we use it only in surf gear
https://github.com/surfstudio/flutter-ci-workflows
Last synced: 7 months ago
JSON representation
To store shared GitHub action workflows, we use it only in surf gear
- Host: GitHub
- URL: https://github.com/surfstudio/flutter-ci-workflows
- Owner: surfstudio
- Created: 2022-04-22T11:03:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T10:51:04.000Z (over 1 year ago)
- Last Synced: 2025-01-25T22:57:42.765Z (8 months ago)
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Actions
Repository for storing reusable workflows and workflows for repositories. Also we store here all issue and PR templates.
> [!CAUTION]
> Used **only** on **SurfGear** packages.## Folders
- `.github/workflow` – reusable workflows
- `.github/repository_workflows_and_templates` – workflows and templates for repositories, when starting a project you just need to copy the contents to your `.github` folder
- `.github/workflows_archive` – reusable workflows that have been used in the past and may be useful in the futureDescriptions of how workflows work can be found in Confluence.
## Docs
- [Reusing workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows)