File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 15
15
name : Pull Request Suite
16
16
17
17
on :
18
- push :
19
18
pull_request :
20
- merge_group :
21
- workflow_dispatch :
22
19
23
20
concurrency :
24
21
group : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
28
25
CHIP_NO_LOG_TIMESTAMPS : true
29
26
30
27
jobs :
31
- restyled :
32
- name : Restyle
28
+ spell :
29
+ name : Spell Check
33
30
runs-on : ubuntu-latest
34
31
steps :
35
- - name : Check Restyle Status
32
+ - name : Spell Check Status
36
33
run : |
37
- curl -L \
34
+ gh api \
38
35
-H "Accept: application/vnd.github+json" \
39
- -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
40
36
-H "X-GitHub-Api-Version: 2022-11-28" \
41
- https://api.github.com/repos/project-chip/connectedhomeip/actions/runs
37
+ env :
38
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39
+ PR_NUMBER : ${{ github.event.number }}
You can’t perform that action at this time.
0 commit comments