Skip to content

tau flag to move around the 1D wavelet #122

tau flag to move around the 1D wavelet

tau flag to move around the 1D wavelet #122

Workflow file for this run

name: code-style
on:
push:
branches: "*"
pull_request:
branches: master
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: set up python
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Run pre-commit
uses: pre-commit/action@v2.0.0