chore(deps): Bump exchange-rs from cfabeeb to 7f3c4ab (#48)
#177
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: "REUSE Compliance workflow" | |
| on: | |
| pull_request: | |
| push: | |
| jobs: | |
| test-reuse-compliance: | |
| name: Test the commit for REUSE Compliance. | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: fsfe/reuse-action@v5 |