Skip to content

Commit

Permalink
Update Actions with Lychee and GitHub Token (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Jocher <[email protected]>
  • Loading branch information
pderrenger and glenn-jocher authored Jan 7, 2024
1 parent 6b0faf2 commit 8d16b2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Run Ultralytics Formatting
uses: ultralytics/actions@main
with:
token: ${{ secrets.GITHUB_TOKEN }} # automatically generated
python: true
docstrings: true
markdown: true
spelling: true
links: true
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

Welcome to the [Ultralytics Kinect](https://github.com/ultralytics/kinect) repository! Here, you'll explore state-of-the-art 3D scene reconstruction algorithms using data captured with the Microsoft Kinect sensor, a groundbreaking depth-imaging device. Dive into our technology and watch it in action through example videos on our [YouTube channel](https://www.youtube.com/ultralytics).

[![Ultralytics Actions](https://github.com/ultralytics/kinect/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/kinect/actions/workflows/format.yml)

[![Kinect Video Preview](https://github.com/ultralytics/kinect/blob/master/preview.jpg)](https://youtu.be/dqK5DkgTGyk "Click to Watch!")

# Prerequisites 🛠️
Expand Down Expand Up @@ -45,7 +47,7 @@ Your insights can help enhance the project! We are thrilled to collaborate with

# Licensing Options ⚖️

This software is under the **AGPL-3.0 License**, which is an [OSI-approved](https://opensource.org/licenses/AGPL-3.0) open-source license. It's perfect for students, researchers, and enthusiasts promoting transparency and collaboration. Detailed information is available in our [LICENSE](https://github.com/ultralytics/kinect/blob/main/LICENSE) file.
This software is under the **AGPL-3.0 License**, which is an [OSI-approved](https://opensource.org/licenses/AGPL-3.0) open-source license. It's perfect for students, researchers, and enthusiasts promoting transparency and collaboration. Detailed information is available in our [LICENSE](LICENSE) file.

For commercial applications, an **Enterprise License** is available, which allows you to integrate Ultralytics software seamlessly into your products or services without the open-source constraints of AGPL-3.0. For more details on commercial use, please visit [Ultralytics Licensing](https://ultralytics.com/license).

Expand Down

0 comments on commit 8d16b2b

Please sign in to comment.