We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a39558 commit c65c7c7Copy full SHA for c65c7c7
2 files changed
.github/workflows/pull_request.yml
@@ -38,6 +38,11 @@ jobs:
38
steps:
39
- name: Checkout Repository
40
uses: actions/checkout@v4
41
+ - name: Checkout Examples Repository
42
+ uses: actions/checkout@v4
43
+ with:
44
+ repository: processing/processing-examples
45
+ path: processing-examples
46
- name: Install Java
47
uses: actions/setup-java@v4
48
with:
.github/workflows/release.yml
@@ -82,6 +82,11 @@ jobs:
82
83
84
85
86
87
88
89
90
91
92
0 commit comments