set optionnal fields and moved from keckak to str type in marketresol… #17
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: Ruff | |
| on: [push, pull_request] | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: ruff-action | |
| uses: astral-sh/ruff-action@v3.4.0 | |
| with: | |
| version: "0.11.13" | |
| args: check --fix . |