Skip to content

Add method to read metadata back from the xml #248

Add method to read metadata back from the xml

Add method to read metadata back from the xml #248

Workflow file for this run

name: Code Linting πŸ”Žβš‘
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Ruff βš‘πŸ•΅
runs-on: ubuntu-latest
steps:
- name: πŸ“₯ Checkout repo
uses: actions/checkout@v4
- name: Run Ruff checks ⚑
uses: astral-sh/ruff-action@v3
with:
args: check