Skip to content

Commit 7c0c2a1

Browse files
authored
Merge branch 'master' into translation
2 parents dc31e84 + 7f83c5e commit 7c0c2a1

File tree

109 files changed

+8062
-408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+8062
-408
lines changed

.github/main.workflow

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/pages_builder/Dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/pages_builder/entrypoint.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/test_runner/Dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/test_runner/entrypoint.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: GitHub Actions CI
2+
on:
3+
push:
4+
branches: master
5+
pull_request: []
6+
jobs:
7+
tests:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Set up Git repository
11+
uses: actions/checkout@v1
12+
13+
- name: Set up Ruby
14+
uses: actions/setup-ruby@v1
15+
16+
- name: Bootstrap
17+
run: script/bootstrap
18+
19+
- name: Tests
20+
run: script/test

.travis.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ We've put together the following guidelines to help you figure out where you can
1515
0. [How to contribute](#how-to-contribute)
1616
0. [Style guide](#style-guide)
1717
0. [Setting up your environment](#setting-up-your-environment)
18-
0. [Contribution review process](#contribution-review-process)
1918
0. [Community](#community)
2019

2120
## Types of contributions we're looking for

0 commit comments

Comments
 (0)