Skip to content

Commit bfc9482

Browse files
committed
update readme
1 parent 553cc21 commit bfc9482

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ After setting this as the template, make sure to update the following:
1818
[main folder](./main) is also where you can put additional header and source
1919
files that you don't think belong in their own components but help keep the
2020
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.
2127

2228
## Cloning
2329

0 commit comments

Comments
 (0)