Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dipdup-io/celestia-explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
xdeq committed Oct 9, 2023
2 parents 164ae91 + a9852d2 commit 0913fa5
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Check Licenses
on:
push:
branches: [master]
paths:
- 'yarn.lock'
pull_request:
paths:
- 'yarn.lock'
jobs:
licenses:
name: Check licenses
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- run: yarn --frozen-lockfile --production
- uses: daynin/nodejs-license-checker@v0.2.0
with:
exclude-private-packages: true
allow-only: |
MIT
Apache-1.0
Apache-1.1
Apache-2.0
BSD-2-Clause-FreeBSD
BSD-2-Clause-NetBSD
BSD-2-Clause
BSD-3-Clause-Attribution
BSD-3-Clause-Clear
BSD-3-Clause-LBNL
BSD-3-Clause
BSD-4-Clause
BSD-4-Clause-UC
BSD-Protection
ISC
LGPL-2.0
LGPL-2.1
LGPL-3.0
LGPLLR
MPL-1.0
MPL-1.1
MPL-2.0
Unlicense

0 comments on commit 0913fa5

Please sign in to comment.