Update URL in bibtex in README to use arxiv #654
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: C++ Lint | |
| on: pull_request | |
| jobs: | |
| cpp-lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Code | |
| uses: actions/checkout@v2 | |
| - name: Format and Lint C++ Code | |
| uses: DoozyX/[email protected] | |
| with: | |
| source: '.' | |
| extensions: 'cc,cpp,h,hh' | |
| clangFormatVersion: 16 | |
| style: file |