cpp-linter / .github

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

Creating cpp-linter reusable workflows #14

Closed shenxianpeng closed 4 months ago

shenxianpeng commented 4 months ago

I really like what you did in https://github.com/nRF24/.github/tree/main/.github/workflows to use reusable workflows

I would also like to try to move some common workflows to .github repo

2bndy5 commented 4 months ago

Ideas for reusable workflows

Unfortunately, I don't think unit testing would fit well into a reusable workflow. Testing usually involves some software-specific setup in CI.