Skip to content
Unverified Commit aba9de92 authored by Ahmed Ismail's avatar Ahmed Ismail Committed by GitHub
Browse files

Add GitHub DCO-check workflow and fix TF-M URLs (#115)



* github-ci: Add DCO sign-off enforcement workflow

Introduce a `dco-check` job in
`.github/workflows/ci.yml`
that runs on pull request events. The job loops over
every commit in `origin/main..HEAD` and fails immediately
if any commit lacks a properly formatted

    Signed-off-by: <Name> <email>

footer, ensuring full compliance with our Developer
Certificate of Origin (DCO) policy.

Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>

* docs: Redirect TF-M links to Read the Docs URLs

Trusted Firmware-M has moved its public documentation
from `tf-m-user-guide.trustedfirmware.org/` to
`trustedfirmware-m.readthedocs.io`. Hence, switching to
the new domain.

Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>

* docs: Add the missing development environment requirements

Some of the newly added dependencies are missing in the
development environment requirements document. Hence, adding
these new dependencies.

Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>

---------

Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
parent 0b2f65dc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment