chore(deps): Bump exchange-rs from 4951af1 to 8eaf080
#182
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
| 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 |