Skip to content

Commit d435e7b

Browse files
authored
Merge pull request #29 from JavaScript-Basic-OTUS/vvscode-patch-4
Update table
2 parents 9ec000b + 9d34ed0 commit d435e7b

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

lessons/lesson13/lesson.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,15 @@ jobs: # Группа заданий
104104
105105
### GitHub Actions vs конкуренты
106106
107-
| Параметр | GitHub Actions | GitLab CI | Travis CI |
108-
| --------------- | ------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
109-
| **Интеграция** | Встроена в [GitHub](https://github.com/features/actions) | Часть [GitLab](https://about.gitlab.com/stages-devops-lifecycle/continuous-integration/) | Внешний сервис [Travis](https://www.travis-ci.com/) |
110-
| **Marketplace** | 20 000+ Actions ([Marketplace](https://github.com/marketplace?type=actions)) | [GitLab Catalog](https://gitlab.com/explore) | Ограниченный каталог |
111-
| **Free Tier** | 2 000 мин ([Billing](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions)) | 400 мин ([GitLab Pricing](https://about.gitlab.com/pricing/)) | Ограничено ([Travis Pricing](https://travis-ci.com/plans)) |
112-
107+
<table>
108+
<thead><tr><th>Параметр</th><th>GitHub Actions</th><th>GitLab CI</th><th>Travis CI</th></tr></thead>
109+
<tbody>
110+
<tr><td><strong>Интеграция</strong></td><td>Встроена в <a href="https://github.com/features/actions">GitHub</a></td><td>Часть <a href="https://about.gitlab.com/stages-devops-lifecycle/continuous-integration/" rel="nofollow">GitLab</a></td><td>Внешний сервис <a href="https://www.travis-ci.com/" rel="nofollow">Travis</a></td></tr>
111+
<tr>
112+
<td><strong>Marketplace</strong></td><td>20 000+ Actions (<a href="https://github.com/marketplace?type=actions">Marketplace</a>)</td><td><a href="https://gitlab.com/explore" rel="nofollow">GitLab Catalog</a></td><td>Ограниченный каталог</td></tr>
113+
<tr><td><strong>Free Tier</strong></td><td>2 000 мин (<a href="https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions">Billing</a>)</td><td>400 мин (<a href="https://about.gitlab.com/pricing/" rel="nofollow">GitLab Pricing</a>)</td><td>Ограничено (<a href="https://travis-ci.com/plans" rel="nofollow">Travis Pricing</a>)</td></tr>
114+
</tbody>
115+
</table>
113116
<!--v-->
114117
115118
#### Преимущества GitHub Actions

0 commit comments

Comments
 (0)