Bump plus3it/actions-workflows from 821d7899f1cf32b97306ef06ca1de31ae3274b7f to d9eca6102cb67e9ee75cdc0abb4121f9aed53248 #29
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: Run lint and static analyis checks | |
on: | |
pull_request: | |
concurrency: | |
group: lint-${{ github.head_ref || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
lint: | |
uses: plus3it/actions-workflows/.github/workflows/lint.yml@d9eca6102cb67e9ee75cdc0abb4121f9aed53248 | |
with: | |
tardigradelint-target: install/pip_requirements/tests/requirements.txt lint |