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 fcfba45b remove no longer needed action
fcfba45b is described below

commit fcfba45b0d71c614455023801e0f3b144d87196b
Author: Paul King <[email protected]>
AuthorDate: Tue Dec 24 08:53:55 2024 +1000

    remove no longer needed action
---
 .github/workflows/style-check.yml | 44 ---------------------------------------
 1 file changed, 44 deletions(-)

diff --git a/.github/workflows/style-check.yml 
b/.github/workflows/style-check.yml
deleted file mode 100644
index 8a63445a..00000000
--- a/.github/workflows/style-check.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-name: Check style
-
-on: [push, pull_request]
-
-permissions:
-  contents: read
-
-jobs:
-  check:
-    runs-on: ubuntu-latest
-    env:
-      DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
-    steps:
-      - uses: actions/checkout@v4
-      - uses: actions/setup-java@v4
-        with:
-          distribution: 'zulu'
-          java-version: 21
-          check-latest: true
-      - uses: gradle/actions/setup-gradle@v4
-      - name: Check style with Codenarc
-        run: ./gradlew -no-daemon codenarcMain
-        timeout-minutes: 60
-      - name: Upload reports
-        uses: actions/upload-artifact@v4
-        if: always()
-        with:
-          name: build-reports
-          path: '**/build/reports/'

Reply via email to