mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-08-08 15:24:50 +02:00
Add licensed output
This commit is contained in:
parent
e7b6a9cc9d
commit
de243982c5
45 changed files with 424 additions and 5606 deletions
|
@ -1,6 +1,14 @@
|
|||
sources:
|
||||
npm: true
|
||||
|
||||
# Force UTF-8 encoding
|
||||
encoding: 'utf-8'
|
||||
|
||||
# Ignore problematic packages with encoding issues
|
||||
ignored:
|
||||
npm:
|
||||
- form-data
|
||||
|
||||
allowed:
|
||||
- apache-2.0
|
||||
- bsd-2-clause
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue