Skip to content

Correct WIP and no ci label usage #740

Correct WIP and no ci label usage

Correct WIP and no ci label usage #740

Workflow file for this run

name: PyLama Lint
on:
# For manual exec
# (https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/)
workflow_dispatch: {}
push:
branches: [main, develop]
pull_request:
types: [opened, synchronize, edited, labeled, unlabeled]
branches: [main, develop]
jobs:
pylama:
if: ${{ !(contains(github.event.pull_request.labels.*.name, 'no ci') }}

Check failure on line 15 in .github/workflows/pylama.yml

View workflow run for this annotation

GitHub Actions / PyLama Lint

Invalid workflow file

The workflow is not valid. .github/workflows/pylama.yml (Line: 15, Col: 9): Unexpected end of expression: ')'. Located at position 60 within expression: !(contains(github.event.pull_request.labels.*.name, 'no ci')
name: PyLama Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
run: |
pip install pylama==8.4.1 pyflakes==3.0.1 pylint==2.15.9 pydocstyle==6.1.1 2>&1 >/dev/null
pylama beeflow/