Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Actualizar README.md #8

Actualizar README.md

Actualizar README.md #8

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