diff --git a/.markdownlintrc b/.markdownlintrc index dc646ba9..876c16c4 100644 --- a/.markdownlintrc +++ b/.markdownlintrc @@ -1,4 +1,4 @@ { "default": true, - "MD013": { "line_length": 150 } + "MD013": { "line_length": 150, "tables": false } } diff --git a/README.md b/README.md index 48dca45e..5995151b 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ There are other great tools available within GitHub. Here you can find a compari | GitHub action | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | | hooks | :heavy_check_mark: | :x: | :x: | :x: | | available docker image | :heavy_check_mark: | :x: | :x: | :heavy_check_mark: | -| sync between private and public repo | :heavy_check_mark: `PAT|ssh|Github app` | :heavy_check_mark: `PAT|ssh` | :x: local repos | :heavy_check_mark: `PAT` | +| sync between private and public repo | :heavy_check_mark: `PAT|ssh|Github app` | :heavy_check_mark: `PAT|ssh` |:x: local repos | :heavy_check_mark: `PAT` | | sync between 2 private repos | :heavy_check_mark: `PAT|ssh|Github app` | :heavy_check_mark: `PAT|ssh` | :x: local repos | :heavy_check_mark: `PAT` | | sync between 2 public repos | :heavy_check_mark: | :heavy_check_mark: | :x: local repos | :heavy_check_mark: | | two way sync | :x: | :heavy_check_mark: | :x: | :x: |