Skip to content

Update README.md with updated arxiv identifier #4

Update README.md with updated arxiv identifier

Update README.md with updated arxiv identifier #4

Workflow file for this run

name: Check Code Style
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3.0.0
with:
fetch-depth: 1
- name: confirm code style adheres to standards
run: make style