Skip to content

Fix the name of the gls method, since it no longer computes strictly global strain #492

Fix the name of the gls method, since it no longer computes strictly global strain

Fix the name of the gls method, since it no longer computes strictly global strain #492

Workflow file for this run

name: "Code Format"
on:
# Trigger the workflow on push or pull request,
# but only for the master and dev branches
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install and run pre-commit hooks
uses: pre-commit/[email protected]