Skip to content

build: use from-package instead of from-git (#17) #34

build: use from-package instead of from-git (#17)

build: use from-package instead of from-git (#17) #34

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- run: yarn install
- run: yarn lint:nofix