Bump plus3it/actions-workflows from d9eca6102cb67e9ee75cdc0abb4121f9aed53248 to b91a03deecc034c478b69f83f5a85b888181f132 #4
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@b91a03deecc034c478b69f83f5a85b888181f132 | |
with: | |
tardigradelint-target: install/pip_requirements/tests/requirements.txt lint |