Skip to content

Update typos to 1.23.5 (#58) #100

Update typos to 1.23.5 (#58)

Update typos to 1.23.5 (#58) #100

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
env:
name: Test env
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Set up Conda env
uses: mamba-org/setup-micromamba@422500192359a097648154e8db4e39bdb6c6eed7
with:
environment-file: environment.yml
environment-name: test-env