-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to reusable workflows #194
Conversation
I just call reusable workflows from cpp-linter/.github/.github/workflows, not sure if combining these there workflows into one workflow named main.yml is a good idea or not. |
That's not what I meant.
This calls the reusable workflow (yml file) from .github repo's reusable-workflows branch. uses: cpp-linter/.github/.github/workflows/mkdocs.yml@main This calls the reusable workflow (yml file) from .github repo's main branch. |
Co-authored-by: Brendan <2bndy5@gmail.com>
I mean after calling reusable workflows from cpp-linter/.github/.github/workflows in this PR, I changed 3 workflows. |
No, that is too totalitarian. What you have no now is much more flexible. |
As per cpp-linter/.github#14