feat: Add OCDS_DISALLOW_NULL to call validate_null_type with no_null=… #585
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: Lint | |
| on: [push, pull_request] | |
| jobs: | |
| lint: | |
| uses: open-contracting/.github/.github/workflows/lint.yml@main | |
| permissions: | |
| contents: write | |
| secrets: | |
| personal-access-token: ${{ secrets.PAT }} | |
| with: | |
| local-basedir: true | |
| ocds-schema-exceptions: codelist-schema.json,extension-schema.json |