Skip to content

Update deploy script #89

Update deploy script

Update deploy script #89

Workflow file for this run

name: JS
on: [push]
jobs:
ci:
name: JS
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: '18'
- uses: actions/checkout@v3
- run: yarn install
- run: yarn run lint