Skip to content

log canvas container element #377

log canvas container element

log canvas container element #377

Workflow file for this run

name: Build Next.js App
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: install dependencies
run: yarn
- name: build
run: yarn build
- name: lint
run: yarn lint