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

Update README.md

Update README.md #14

name: Continuous Build
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- run: yarn
- run: yarn lint
- run: yarn test