Skip to content

modified readme and user guide #19

modified readme and user guide

modified readme and user guide #19

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ main ]
jobs:
dummy:
runs-on: ubuntu-latest
steps:
- name: Dummy step
run: echo "CI passed"