chore(deps): Bump exchange-rs from eec113a to a2293eb
#193
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 |