Skip to content

Update README based on latest changes for v0.3.0. #103

Update README based on latest changes for v0.3.0.

Update README based on latest changes for v0.3.0. #103

Workflow file for this run

name: 🧹 Lint with Ruff
on:
pull_request:
branches:
- main
jobs:
ruff-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ruff
pip install .
- name: Lint with Ruff
run: ruff --output-format=github atxm