Drop unused configure-time copy of iotest-config into the build tree #486
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
| # SPDX-FileCopyrightText: Oak Ridge National Laboratory and Contributors | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| name: REUSE Compliance | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - 'release*' | |
| pull_request: | |
| branches: | |
| - master | |
| - 'release*' | |
| permissions: | |
| contents: read | |
| jobs: | |
| reuse: | |
| runs-on: ubuntu-slim | |
| steps: | |
| - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 | |
| - name: Check REUSE compliance | |
| run: pipx run reuse lint |