Automate updating 3rd party licenses (#82)

This commit is contained in:
Paulo F. Oliveira
2022-01-12 11:40:11 +00:00
committed by GitHub
parent ccc3fdea3c
commit 3250a83e5a
3 changed files with 33 additions and 1 deletions
@@ -0,0 +1,19 @@
---
name: update_3rd_party_licenses
on:
schedule:
- cron: '0 12 * * *'
workflow_dispatch:
jobs:
update:
name: Update 3rd party licenses
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- run:
./.github/workflows/update_3rd_party_licenses.sh