You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: