Skip to content

Increment to v2.0.0 #274

Increment to v2.0.0

Increment to v2.0.0 #274

Workflow file for this run

name: Test
on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main
workflow_dispatch:
branches:
- develop
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install conda
run: .github/scripts/install-conda.sh
- name: Test
run: .github/scripts/test.sh
- name: Format Check
run: .github/scripts/format-check.sh
- name: Docs Link Check
run: .github/scripts/link-check.sh