Skip to content

Update README.md

Update README.md #178

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