You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
tortellini-action
v2
Pre-release
This action checks dependency licence issues using ort.
See action.yml
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
tortellini:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: tortellini-tools/action@main
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
tortellini:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
echo 'https://github.com/tortellini-tools/action' > urls.txt
echo 'https://github.com/fair-software/howfairis' >> urls.txt
- uses: tortellini-tools/action@main
with:
repositories: 'urls.txt'
See README.dev.md
tortellini
aims at providing insights into the license depencies of your package based on available information on open source licenses. We hope this information is helpful. However, we are not lawyers and we do make mistakes. Therefore tortellini
provides information on an "as-is" basis and does not make warranties regarding this information. For any questions regarding the issues related to the licenses in your code, please consult a professional.