Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

chore(project): update license-check node version #230

chore(project): update license-check node version

chore(project): update license-check node version #230

Workflow file for this run

name: Check licenses
on: [push]
jobs:
check-licenses:
name: Check if all used licenses are green
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn install
- run: yarn check-licenses
name: Assert if all licenses are green