Skip to content

A stable and robust BC added for stationary and moving curved BCs #27

A stable and robust BC added for stationary and moving curved BCs

A stable and robust BC added for stationary and moving curved BCs #27

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- major-refactoring # Remember to add main branch later
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
run: ruff check .