File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 1
- name : Validate Code
1
+ name : Validate Translations
2
2
3
3
on :
4
4
pull_request :
5
5
types : [synchronize, opened, reopened, edited]
6
6
7
7
jobs :
8
8
main :
9
- name : Review, Lint, Verify
9
+ name : Validate Translations
10
10
runs-on : macOS-latest
11
11
steps :
12
12
- name : git checkout
13
13
uses : actions/checkout@v3
14
14
15
- - name : ruby versions
16
- run : |
17
- ruby --version
18
- gem --version
19
- bundler --version
20
-
21
- - name : ruby setup
22
- uses : ruby/setup-ruby@v1
23
- with :
24
- ruby-version : 3.3
25
- bundler-cache : true
26
-
27
- # additional steps here, if needed
28
-
29
- - name : danger
30
- env :
31
- DANGER_GITHUB_API_TOKEN : ${{ secrets.DANGER_GITHUB_API_TOKEN }}
32
- run : bundle exec danger --verbose --fail-on-errors=true
33
-
34
15
- name : Clone SwiftPolyglot
35
16
run : git clone https://github.com/appdecostudio/SwiftPolyglot.git --branch=1.1.0 ../SwiftPolyglot
36
17
You can’t perform that action at this time.
0 commit comments