Skip to content

Commit 497446b

Browse files
committed
Rudimentary CI
1 parent 0b0dd7a commit 497446b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/format-lint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,12 @@ jobs:
3434

3535
- name: Lint check
3636
run: fortitude check src/
37+
38+
scripts:
39+
name: Test and lint utililities and analysis scripts
40+
runs-on: ubuntu-24.04
41+
steps:
42+
- uses: actions/checkout@v4
43+
- uses: astral-sh/setup-uv@v6
44+
- name: Run scripts
45+
run: uv run -p 3.9 analysis/tsh_traj_anal.py -h

0 commit comments

Comments
 (0)