diff options
author | Valery Piashchynski <[email protected]> | 2021-05-12 20:23:21 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-05-12 20:23:21 +0300 |
commit | bf28e244848b21709e142cd5e2fe07953e878f21 (patch) | |
tree | d0f063969ce907ee7f332adf73e02958ea2428ff /.github/workflows/linters.yml | |
parent | 4236dfac2cd65a9031b04aa659448152868a4190 (diff) | |
parent | 4b0a9860c3874c7fa8a0cb9ee7f0ec2be72b03d5 (diff) |
Merge branch 'beta' into stablev2.2.0
Diffstat (limited to '.github/workflows/linters.yml')
-rw-r--r-- | .github/workflows/linters.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 56b0c246..82072675 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -15,3 +15,4 @@ jobs: with: version: v1.39 # without patch version only-new-issues: false # show only new issues if it's a pull request + args: --timeout=10m |