Skip to content

Refactor LEMSSimulation to remove the need of an explicit dict (just use vars(self) instead #165

Refactor LEMSSimulation to remove the need of an explicit dict (just use vars(self) instead

Refactor LEMSSimulation to remove the need of an explicit dict (just use vars(self) instead #165

Workflow file for this run

name: Ruff
on:
pull_request:
branches:
- master
- development
- experimental
- 'test*'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
changed-files: 'true'