#300 - Additions and fixes to _sz_database.py, sz_explorer, and sz_sn… #1020
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: Lint workflows | |
| on: | |
| pull_request: | |
| branches: [main] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} | |
| cancel-in-progress: true | |
| permissions: {} | |
| jobs: | |
| lint-workflows: | |
| permissions: | |
| contents: read | |
| packages: read | |
| pull-requests: read | |
| statuses: write | |
| uses: senzing-factory/build-resources/.github/workflows/lint-workflows.yaml@v3 |