Check quaternions for equal dot_product instead of comparing their co… #163
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: Check Links | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| check_links: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Check URLs | |
| run: | | |
| .github/helpers/check_urls.sh \ | |
| -d ".git build CMakeModules debian" \ | |
| -f "package.xml ursim_docker.rst architecture_coarse.svg" \ | |
| -p "vnc\.html opensource\.org\/licenses\/BSD-3-Clause" |