add action
This commit is contained in:
commit
d27be8e73d
102 changed files with 53613 additions and 0 deletions
14
.forgejo/workflows/licensed.yml
Normal file
14
.forgejo/workflows/licensed.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: Licensed
|
||||
|
||||
on:
|
||||
push: {branches: main}
|
||||
pull_request: {branches: main}
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
name: Check licenses
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.6
|
||||
- run: npm ci
|
||||
- run: npm run licensed-check
|
||||
Loading…
Add table
Add a link
Reference in a new issue