Skip to content

Create functions for skeleton of the uncertainty weight computation p… #268

Create functions for skeleton of the uncertainty weight computation p…

Create functions for skeleton of the uncertainty weight computation p… #268

name: Check formatting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
args: "format --check"