File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88 types : [opened, reopened, ready_for_review, synchronize]
99 branches : [main]
10- pull_request_review :
11- types : [submitted]
12- branches : [main]
1310
1411jobs :
1512 check-translations :
16- if : |
17- github.event_name != 'pull_request_review' ||
18- github.event.review.state == 'approved'
1913 runs-on : ubuntu-latest
2014 steps :
2115 - name : Checkout code
2620 run : node scripts/find-missing-translations.js
2721
2822 knip :
29- if : |
30- github.event_name != 'pull_request_review' ||
31- github.event.review.state == 'approved'
3223 runs-on : ubuntu-latest
3324 steps :
3425 - name : Checkout code
3930 run : pnpm knip
4031
4132 compile :
42- if : |
43- github.event_name != 'pull_request_review' ||
44- github.event.review.state == 'approved'
4533 runs-on : ubuntu-latest
4634 steps :
4735 - name : Checkout code
5543
5644 unit-test :
5745 name : platform-unit-test (${{ matrix.name }})
58- if : |
59- github.event_name != 'pull_request_review' ||
60- github.event.review.state == 'approved'
6146 runs-on : ${{ matrix.os }}
6247 strategy :
6348 matrix :
You can’t perform that action at this time.
0 commit comments