File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 38
38
uses : repo-sync/pull-request@v2
39
39
with :
40
40
pr_draft : true
41
- github_token : ${{ secrets.GITHUB_TOKEN }}
41
+ github_token : ${{ secrets.GITHUB_TOKEN }}
42
+ code-format :
43
+ runs-on : ubuntu-18.04
44
+ needs : package
45
+ steps :
46
+ - uses : actions/checkout@v2
47
+ - name : Format Code
48
+ uses : AutoModality/action-ros-clang-format@master
49
+ env :
50
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
jobs :
7
- code-format :
8
- runs-on : ubuntu-18.04
9
- steps :
10
- - uses : actions/checkout@v2
11
- - name : Format Code
12
- uses : AutoModality/action-ros-clang-format@master
13
- env :
14
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15
7
release :
16
8
runs-on : ubuntu-18.04
17
9
steps :
You can’t perform that action at this time.
0 commit comments