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
on:
push:
paths:
- '**/*.py'
- '.pylintrc'
- '!third_party/**'
# paths:
# - '**/*.py'
# - '.pylintrc'
# - '!third_party/**'
pull_request:
types: [opened, synchronize, reopened]
jobs: