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

πŸ”– Update version to 1.0.0-a.88 #886

πŸ”– Update version to 1.0.0-a.88

πŸ”– Update version to 1.0.0-a.88 #886

Workflow file for this run

name: CI and tests
on:
workflow_dispatch:
push:
pull_request:
jobs:
license-check:
name: License check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup Melon
run: yarn
- name: Check license
run: yarn licenseCheck