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

Add signoff check to CI #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

UncleGrumpy
Copy link
Collaborator

@UncleGrumpy UncleGrumpy commented Mar 4, 2024

Adds a copy of the reuse compliance check workflow used by AtomVM, and a top level LICENSES directory, with licenses used for contributions.

@UncleGrumpy UncleGrumpy force-pushed the CI-reuse branch 2 times, most recently from 04cdbf3 to a283fef Compare March 9, 2024 01:53
@UncleGrumpy UncleGrumpy marked this pull request as draft March 9, 2024 02:10
@UncleGrumpy UncleGrumpy force-pushed the CI-reuse branch 2 times, most recently from f64efbd to 311a870 Compare March 9, 2024 03:23
In order to use the `Reuse Compliance` workflow all files must contain an
acceptable license tag. This add the necessary tags to all of the existing
examples and demos so that we can implement the reuse compliance workflow for
future contributions.

Signed-off-by: Winford <winford@object.stream>
Adds a copy of the reuse compliance check from AtomVM workflows, and adds
coppies of licenses to `LICENSES` directory.

Signed-off-by: Winford <winford@object.stream>
@UncleGrumpy UncleGrumpy marked this pull request as ready for review March 9, 2024 03:31
@@ -11,6 +17,6 @@ For general information about building and executing Erlang AtomVM example progr
> **IMPORTANT** If you are running this example program on a device that supports WiFi (e.g., the ESP32 or Pico W), you must first copy the `src/config.erl-template` file to set `src/config.erl` and edit the WiFi Access Point SSID and PSK to which the ESP32 device is to connect before building this application:

sta => [
{ssid, "my_sta_ssid"},
{psk, "my_sta_psk"}
{ssid, <<"my_sta_ssid">>},
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case you are wondering about this change, it is compatible with both esp32 and pico. The pico wireless driver only accepts binary strings for ssid and psk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant