File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Build libDifferent
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ paths :
8+ - ' core/different/different.m'
9+ - ' core/different/Makefile'
10+
11+ jobs :
12+ build-and-pr :
13+ runs-on : macos-latest
14+ permissions :
15+ contents : write
16+ pull-requests : write
17+
18+ steps :
19+ - uses : actions/checkout@v4
20+ with :
21+ fetch-depth : 0
22+
23+ - name : Run make in core/different
24+ run : |
25+ cd core/different
26+ make
27+
28+ - name : Create Pull Request
29+ uses : peter-evans/create-pull-request@v5
30+ with :
31+ commit-message : ' Update generated files from make'
32+ title : ' Update generated files from make'
33+ body : |
34+ This PR was automatically created after changes to:
35+ - core/different/different.m
36+ - core/different/Makefile
37+
38+ The `make` command was run and these are the resulting changes.
39+ branch : auto-different-updates
40+ base : main
You can’t perform that action at this time.
0 commit comments