From adec94cc86810eb2ef54d8eda397e2ed71698b41 Mon Sep 17 00:00:00 2001 From: Michel Promonet Date: Sun, 21 May 2023 16:57:46 +0200 Subject: [PATCH] Delete ort.yml --- .github/workflows/ort.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/ort.yml diff --git a/.github/workflows/ort.yml b/.github/workflows/ort.yml deleted file mode 100644 index 329b70c..0000000 --- a/.github/workflows/ort.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: ORT - -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-java@v1 - with: - java-version: '11.0.1' - - - name: Analyze licensing - id: ort-action - uses: edulix/ort-action@develop - - - uses: actions/upload-artifact@v2 - with: - name: licenses - path: ${{ steps.ort-action.outputs.results-dir }}