Skip to content

Added 1.0.9. to changelog #64

Added 1.0.9. to changelog

Added 1.0.9. to changelog #64

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint