Skip to content

Update README.md (#1977) #7

Update README.md (#1977)

Update README.md (#1977) #7

Workflow file for this run

name: Licensed
on:
push: {branches: main}
pull_request: {branches: main}
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/[email protected]
- run: npm ci
- run: npm run licensed-check