We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553cc21 commit bfc9482Copy full SHA for bfc9482
README.md
@@ -18,6 +18,12 @@ After setting this as the template, make sure to update the following:
18
[main folder](./main) is also where you can put additional header and source
19
files that you don't think belong in their own components but help keep the
20
main code clean.
21
+- Update the [./.github/workflows/build.yml](./.github/workflows/build.yml) file
22
+ to have the correct target architecture (e.g. `esp32s3`) for your project.
23
+- Enable `Read and Write permissions` under `Workflow Permissions` on the
24
+ `Settings->Actions` subpage of the repository. that will allow the static
25
+ analysis tool to put its results into a comment on any pull requests in your
26
+ repository.
27
28
## Cloning
29
0 commit comments