Update manual.yml (#1385)

This commit is contained in:
dotasek 2023-08-04 16:53:26 -04:00 committed by GitHub
parent c1da51e16c
commit 2398dd927c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -9,12 +9,14 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "greet"
greet:
check:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Collect module licenses
run: mvn license:add-third-party
- name: Aggregate licenses