Merge pull request #1239 from saurabh12nxf/update-flake8-1159 #1558
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
| # This file is part of BenchExec, a framework for reliable benchmarking: | |
| # https://github.com/sosy-lab/benchexec | |
| # | |
| # SPDX-FileCopyrightText: 2023 Dirk Beyer <https://www.sosy-lab.org> | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| name: REUSE Compliance Check | |
| on: [push, pull_request] | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| persist-credentials: false | |
| - uses: fsfe/reuse-action@v3 |