From 4ccb566c264d82581c97cfd5e2b3b7d3a928dc7d Mon Sep 17 00:00:00 2001 From: Paula Derrenger <107626595+pderrenger@users.noreply.github.com> Date: Mon, 8 Jan 2024 00:20:21 +0100 Subject: [PATCH 1/2] Update Ultralytics Actions --- .github/workflows/format.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 27b2c7d..91356ab 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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 From 2a417207e902b42be059ba74c1710585f67846dd Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 8 Jan 2024 00:53:13 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e426fca..d186605 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Welcome to the official repository for the miniTimeCube (mTC) simulation and analysis code. This documentation is meant to guide you through the setup process, describe how to run simulations, and provide an overview of the analysis capabilities included in this project. Whether you are a physicist, a data scientist, or an enthusiast in the field of particle detection, you'll find the tools and information you need to work with the mTC. +[![Ultralytics Actions](https://github.com/ultralytics/miniTimeCube/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/miniTimeCube/actions/workflows/format.yml) + # 📚 Description The miniTimeCube (mTC) is an innovative, compact neutrino detector designed as a part of a larger scientific endeavor to study and understand neutrino interactions. This repository, available at https://github.com/ultralytics/mtc, contains all the necessary simulation and analysis code related to the mTC project.