Skip to content

docs: Improve the description of build-game1-start.js #11

docs: Improve the description of build-game1-start.js

docs: Improve the description of build-game1-start.js #11

Workflow file for this run

name: Lint and Test
on:
pull_request:
jobs:
all:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Use Node.js 18.8.x
uses: actions/setup-node@v3
with:
# use node 18.8.x until Agoric/agoric-sdk#8636
node-version: '18.8.x'
- name: yarn install
run: yarn
- name: yarn lint
run: yarn lint
- name: yarn build
run: yarn build
- name: yarn test
run: yarn test