mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-30 04:44:15 +00:00
chore(ci): update dependencies
Signed-off-by: Matthieu MOREL <mmorel-35@users.noreply.github.com> Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-Authored-By: Matthieu MOREL <mmorel-35@users.noreply.github.com> Co-Authored-By: MOREL Matthieu <matthieu.morel@cnp.fr>
This commit is contained in:
parent
11e311c8b5
commit
383dec7fba
16 changed files with 10269 additions and 12959 deletions
25
.github/workflows/licensed-status.yml
vendored
Normal file
25
.github/workflows/licensed-status.yml
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
name: Licensed status
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
name: Check licenses
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: npm ci
|
||||
- name: Install licensed
|
||||
uses: jonabc/setup-licensed@v1
|
||||
with:
|
||||
version: '3.x'
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: licensed status
|
Loading…
Add table
Add a link
Reference in a new issue