Skip to content

chore: remove yarn.lock #15

chore: remove yarn.lock

chore: remove yarn.lock #15

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- uses: denoland/setup-deno@v1
with:
node-version: '1.x'
- run: make fmt-check
- run: |
yarn
yarn test