A new workflow file can be added a new .github directory. Inside this directory, put an appropriately named workflow.yaml file. Inside the file specify steps that need to be executed. This includes checking the formatting, ensuring that the code compiles, the unit tests pass (see #1), and optionally, the performance of the compiled binary is acceptable.
A new workflow file can be added a new
.githubdirectory. Inside this directory, put an appropriately namedworkflow.yamlfile. Inside the file specify steps that need to be executed. This includes checking the formatting, ensuring that the code compiles, the unit tests pass (see #1), and optionally, the performance of the compiled binary is acceptable.