Skip to content
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

GitHub action fails when multiple files are committed at once #37

Open
funbeedev opened this issue Oct 10, 2021 · 0 comments
Open

GitHub action fails when multiple files are committed at once #37

funbeedev opened this issue Oct 10, 2021 · 0 comments
Labels
bug Something isn't working hacktoberfest help wanted Extra attention is needed

Comments

@funbeedev
Copy link
Member

funbeedev commented Oct 10, 2021

About Bug or problem
The GitHub action to execute changed files fails when more than one file needs to be checked. Because each file has a 'main' function the compilation fails.

Steps to reproduce
Commit more than one file to the repo
Allow GitHub action for executing modified file to run

Potential fix - handle case when multiple files are committed to allow GitHub action to execute each file. Add loop to check if each changed file is a C file and compile individually.

@funbeedev funbeedev added the bug Something isn't working label Oct 10, 2021
@funbeedev funbeedev changed the title GitHub action fails when mutliple files are committed at once GitHub action fails when multiple files are committed at once Oct 13, 2021
@funbeedev funbeedev added help wanted Extra attention is needed hacktoberfest labels Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant