chore(deps): Bump exchange-rs from 8eaf080 to b0408ef (#51)
#186
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 |