cpp-linter / .github

Global configurations for cpp-linter organization on GitHub
MIT License
0 stars 0 forks source link

Create reusable workflows #15

Closed shenxianpeng closed 4 months ago

shenxianpeng commented 4 months ago

closes #14

shenxianpeng commented 4 months ago

Next, I will do some testing by calling them in the real projects

shenxianpeng commented 4 months ago

High-quality review, very helpful 👍

shenxianpeng commented 4 months ago

I'd like to try and get reusable workflows tested in this repository.

2bndy5 commented 4 months ago

Oh, that would require many additional files. It might be easier to test from a different repo's PR.

2bndy5 commented 4 months ago

you can test this branch directly from another repo:

jobs:
  build_docs:
    uses: cpp-linter/.github/.github/workflows/sphinx.yml@reusable-workflows
    with:
      path-to-doc: docs/_build/html
shenxianpeng commented 4 months ago

Yes. I give up this thought and let it be tested in other repos 🤣