Skip to content

fix: correct conversion method for Amount class (#28) #57

fix: correct conversion method for Amount class (#28)

fix: correct conversion method for Amount class (#28) #57

Workflow file for this run

name: Run Ruff Linter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1