feat: add software licenses
All checks were successful
TrafficCue CI / check (push) Successful in 56s
TrafficCue CI / build (push) Successful in 1m38s
TrafficCue CI / build-android (push) Successful in 14m57s

This commit is contained in:
2025-09-13 18:02:18 +02:00
parent 8c33ff7c88
commit 2c702c4588
8 changed files with 83 additions and 2 deletions

View File

@ -14,6 +14,10 @@ jobs:
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun i
- name: Get licenses
run: ./updateLicenses.sh
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- run: bun run build
- name: Upload build artifact
uses: actions/upload-artifact@v3
@ -51,6 +55,10 @@ jobs:
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun i
- name: Get licenses
run: ./updateLicenses.sh
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Setup Java
uses: actions/setup-java@v4
with: