Delete ort.yml

pull/330/head
Michel Promonet 1 year ago committed by GitHub
parent 43b1cb39e9
commit adec94cc86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 }}
Loading…
Cancel
Save