This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/master by this push:
new c472deba minor tweaks to actions
c472deba is described below
commit c472deba0ae660474725cb05518f7ef94e579408
Author: Paul King <[email protected]>
AuthorDate: Fri Dec 13 10:05:15 2024 +1000
minor tweaks to actions
---
.github/workflows/license-check.yml | 2 +-
.github/workflows/style-check.yml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/license-check.yml
b/.github/workflows/license-check.yml
index 92551eb9..774c26c1 100644
--- a/.github/workflows/license-check.yml
+++ b/.github/workflows/license-check.yml
@@ -21,7 +21,7 @@ permissions:
contents: read
jobs:
- test:
+ check:
runs-on: ubuntu-latest
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
diff --git a/.github/workflows/style-check.yml
b/.github/workflows/style-check.yml
index a40ffba6..9b4ffb9f 100644
--- a/.github/workflows/style-check.yml
+++ b/.github/workflows/style-check.yml
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-name: Check licenses
+name: Check style
on: [push, pull_request]
@@ -21,7 +21,7 @@ permissions:
contents: read
jobs:
- test:
+ check:
runs-on: ubuntu-latest
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
@@ -33,7 +33,7 @@ jobs:
java-version: 21
check-latest: true
- uses: gradle/actions/setup-gradle@v4
- - name: Check licenses with Codenarc
+ - name: Check style with Codenarc
run: ./gradlew codenarcMain
timeout-minutes: 60
- name: Upload reports