Refactor CalibTarget to be a struct #723
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: ci | |
| on: [push] | |
| jobs: | |
| run_ci: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: actions/checkout@master | |
| # - name: Install dependencies | |
| # run: make third_party | |
| # | |
| # - name: Build libproto | |
| # run: make libxyz | |
| # | |
| # - name: Run CI tests | |
| # run: make ci |