Temp disable path restriction

This commit is contained in:
Jean-Michel Picod
2020-02-27 18:47:21 +01:00
parent 4e4b4a3357
commit 507f4a9f89

View File

@@ -1,10 +1,10 @@
name: pylint name: pylint
on: on:
push: push:
paths: # paths:
- '**/*.py' # - '**/*.py'
- '.pylintrc' # - '.pylintrc'
- '!third_party/**' # - '!third_party/**'
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
jobs: jobs: