latest ref, with ignore exclude #2
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
# Calls lint_python workflow in https://github.com/wellcomecollection/.github | ||
# using py-actions/flake8@v2 GHA | ||
name: "Python linting" | ||
on: [ push, pull_request ] | ||
jobs: | ||
python_lint: | ||
uses: wellcomecollection/.github/.github/workflows/lint_python.yml@fa9370b2415b760114a5dfa5e4ea2cb85d2545db | ||
Check failure on line 9 in .github/workflows/lint_python.yml GitHub Actions / .github/workflows/lint_python.ymlInvalid workflow file
|