Skip to content

Update README.md

Update README.md #26

Workflow file for this run

# name: CI
# on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
# workflow_dispatch:
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: install package
# run: make install
# # - name: lint
# # run: make lint
# # - name: test
# # run: make test
# - name: format
# run: make format