feat: Add support for all relevant keywords to get_schema_fields. Add name, deprecated_self, pattern, merge_by_id to Field. #444
Workflow file for this run
This file contains 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: Lint | |
on: [push, pull_request] | |
jobs: | |
lint: | |
uses: open-contracting/.github/.github/workflows/lint.yml@main | |
with: | |
python-version: '3.10' | |
standard-maintenance-scripts-ignore: click |