Skip to content

V0.1 release (#63) #171

V0.1 release (#63)

V0.1 release (#63) #171

Workflow file for this run

name: CI
# Trigger CI on pushes and pull requests to main branch
on:
push:
branches:
- main
pull_request:
branches:
- main
# Define jobs
jobs:
# Job 1: Check dependencies and installation
check_dependencies:
uses: access-nri/ccdtools/.github/workflows/check-dependencies.yml@main