Skip to content

Merge pull request #316 from mjo22/ewald-sphere #777

Merge pull request #316 from mjo22/ewald-sphere

Merge pull request #316 from mjo22/ewald-sphere #777

Workflow file for this run

# Runs the Ruff linter and formatter.
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1