Skip to content

Commit

Permalink
Update Actions with Lychee and GitHub Token (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: UltralyticsAssistant <[email protected]>
Co-authored-by: Glenn Jocher <[email protected]>
  • Loading branch information
3 people committed Jan 8, 2024
1 parent 55b880e commit 71a5c77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
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
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

Welcome to the NUDAR (Nuclear Detection, Ranging, and Mapping) repository! Here, we provide advanced simulation tools designed for modeling the Earth's structure and simulating neutrino detector systems. Our work is built upon a foundation of scientific research and is geared towards both the academic community and applied sciences in the field of geophysics and particle physics.

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

Enjoy the journey into the fascinating world of earth modeling and neutrino detection with NUDAR! 🌍✨

## 📜 Description
Expand All @@ -22,13 +24,13 @@ To get started with the NUDAR simulations, ensure that you have MATLAB (version
Please follow these steps to prepare your work environment:

1. Clone the Common Functions repository for MATLAB:
```shell
$ git clone https://github.com/ultralytics/functions-matlab
```
```shell
$ git clone https://github.com/ultralytics/functions-matlab
```
2. Add the repository to your MATLAB path by running:
```matlab
>> addpath(genpath('/functions-matlab'))
```
```matlab
>> addpath(genpath('/functions-matlab'))
```

**Note:** You should also have the following toolboxes installed in your MATLAB environment:

Expand Down

0 comments on commit 71a5c77

Please sign in to comment.