Skip to content

update readme

update readme #3

Workflow file for this run

name: ci
on:
push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Cloning repo
uses: actions/checkout@v4
- name: Run tests
run: "./run_tests.sh"