Skip to content

Make the MD/Geom reader slightly more defensive #466

Make the MD/Geom reader slightly more defensive

Make the MD/Geom reader slightly more defensive #466

Workflow file for this run

name: Ruff
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
src: "./castep_outputs"
args: "check"
version: "0.11.0"