Skip to content

Deprecate Python 3.9 and fix ruff upgrade issues #463

Deprecate Python 3.9 and fix ruff upgrade issues

Deprecate Python 3.9 and fix ruff upgrade issues #463

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.13.2"