Snapshot of Kokkos and Kokkos-Kernels #108
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 for git LFS pointers | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out code | |
| uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| with: | |
| fetch-depth: 0 | |
| - name: Search for oids in modified lines | |
| run: | | |
| $GITHUB_WORKSPACE/commonTools/test/utilities/check-lfs-oids.sh \ | |
| origin/${{ github.event.pull_request.base.ref }} \ | |
| ${{ github.event.pull_request.head.sha }} |