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

Change license to AGPL3 #59

Change license to AGPL3

Change license to AGPL3 #59

Workflow file for this run

name: Javascript Tests
on:
- pull_request
jobs:
format:
strategy:
matrix:
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run js tests
run: ./example/ci-test.sh